[Wtr-general] Can Watir be paused & resumed manuallywhenrunning test cases?

Chris McMahon christopher.mcmahon at gmail.com
Tue May 1 13:00:01 EDT 2007


> The purpose of pausing the testing is to let people have time to check the
> status of GUI and device under test, after running some test cases or some
> steps of a test case.

There is a really simple way, if this helps:

####################
puts "type anything and hit return to resume the script"
input = gets
puts "finishing now"


More information about the Wtr-general mailing list