The Artima Developer Community
Sponsored Link

Java Buzz Forum
Automation support for Exploratory Testing

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Automation support for Exploratory Testing Posted: Nov 1, 2009 8:44 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Automation support for Exploratory Testing
Feed Title: testdriven.com
Feed URL: http://feeds.feedburner.com/testdrivennewslinks?news=10&links=10
Feed Description: Your test-driven development community
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From testdriven.com

Advertisement
From http://tech.groups.yahoo.com/group/aa-ftt/ mailing list:

I attended Michael Bolton's session on exploratory testing a few years ago and it's fair to say it inspired me, even though my job duty specifically is as an automation guy. I built a series of Ruby modules to allow our exploratory testers to use the Ruby IRB, in combination with Watir, to make their exploratory testing more efficient.

Have there been any (or many) presentations specifically on this? I thought it might make a nice 40-minute presentation to show how you can create helper modules and have them auto-loaded when you load the watir-console, and then use them to help with ET. Some ways we've used a helper method for the watir-console are:

- Allowing the user to go to a specific spot in the web application by calling a single method.
- Calling a method with an integer as a parameter to tell it to do something multiple times
- Calling a method with a list as a parameter to send a collection of values to a method (such as creating users with specific names).

Anyway...does this sound like something that would be of value? Or too elementary? I'd love some feedback.

Thanks,

Jim


Read: Automation support for Exploratory Testing

Topic: EBay blocks auction to raise money for man accused of killing Kansas abortion provider Previous Topic   Next Topic Topic: How the Dow Jones industrials and other major stock indexes fared in Tuesday's trading

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use