Re: [Wtr-general] Create an Equivalent of Segue's TestPlan in Watir?

2005-08-01 Thread Bret Pettichord
It's very easy: # testplan.rb require 'login.rb' require 'analysis.rb' that's it. At 09:11 PM 8/1/2005, Tuyet Cong-Ton-Nu wrote: I d like to create a Test Plan that contains 2 or more test cases. How do I do that? I read the WATIR User Guide p.18/19, and tried to copy what s there, but noth

[Wtr-general] Create an Equivalent of Segue's TestPlan in Watir?

2005-08-01 Thread Tuyet Cong-Ton-Nu
I’d like to create a Test Plan that contains 2 or more test cases. How do I do that? I read the WATIR User Guide p.18/19, and tried to copy what’s there, but nothing got executed. I have two test cases: 1) login.rb 2) analysis.rb   1) This is the outline of Login.rb: class TC_Login