Re: [Wtr-general] Executing all scripts at a time

2007-03-02 Thread Naga Harish Kanegolla
Hi, Its working, The problem is I gave $ie=Watir::IE.new in every file, so that is the reason i am getting all the files. Now its working with both require and load, Thank you, Harish - Posted via Jive Forums http://forums.open

Re: [Wtr-general] Executing all scripts at a time

2007-03-02 Thread Jason He
CTED] On Behalf Of Naga Harish Kanegolla Sent: 2007年3月2日 14:40 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Executing all scripts at a time Hi, I am able to run all the tests by using require 'test1.rb' require 'test2.rb' require 'test3.rb' etc., but when i

Re: [Wtr-general] Executing all scripts at a time

2007-03-01 Thread Naga Harish Kanegolla
Hi, I am able to run all the tests by using require 'test1.rb' require 'test2.rb' require 'test3.rb' etc., but when i start the test it is opening 3 windows if there are 3 tests to run, i have nearly 15 tests then it opens 15 windows at a time and the test is running only in the last window.

Re: [Wtr-general] Executing all scripts at a time

2007-02-23 Thread Željko Filipin
On 2/23/07, Naga Harish Kanegolla <[EMAIL PROTECTED]> wrote: Is there a way to execute all the scripts at a time? If you mean sequentially, you can do it like this. If you have files called test1.rb and test1.rb, make file all_tests.rb in folder where those files are located and put this in

[Wtr-general] Executing all scripts at a time

2007-02-22 Thread Naga Harish Kanegolla
Hi all, I have all the test cases files in a folder called watir in the test directory in my application. Right now i am executing these scripts one by one. Is there a way to execute all the scripts at a time?? If so please help me the code.. Thanks and Regards, Harish