Re: [wtr-general] How to run all scripts in single browser session

2012-03-18 Thread Ċ½eljko Filipin
On Sun, Mar 18, 2012 at 11:40 PM, Ankita Gupta wrote: > I have 5 test scripts and I wanted to run those in single browser > session but do not know how to do that. As far as I remember, test/unit's setup/teardown methods run before/after _each_ test. If you can use RSspec, it has before(:all)/aft

[wtr-general] How to run all scripts in single browser session

2012-03-18 Thread Ankita Gupta
I have 5 test scripts and I wanted to run those in single browser session but do not know how to do that. If someone could help me out would be great.. All my script has following format require 'rubygems' require 'test/unit' require 'watir-webdriver' require 'watir-webdriver/wait' class def

[wtr-general] How to run all scripts in single browser session

2012-03-18 Thread Ankita Gupta
I have 5 test scripts and I wanted to run those in single browser session but do not know how to do that. If someone could help me out would be great.. All my script has following format require 'rubygems' require 'test/unit' require 'watir-webdriver' require 'watir-webdriver/wait' class def