Yes, they are the subclass of Test::Unit::Testcase, each one will be a 
standalone script, and combined by a list script who will start the test.

Regards,
Jason
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord
Sent: 2007年1月19日 10:51
To: wtr-general@rubyforge.org
Subject: Re: [Wtr-general] How to run test cases in sequence rather than at the 
same time?

Jason He wrote:
>
> I followed the test suite under directory 
> “c:\ruby\lib\ruby\gems\1.8\gems\watir-1.5.1.1136\unittests” to write 
> test cases.
>
> Each case is a separate ruby file, and they are included in a list file.
>
> Now I meet a problem about how to control the test cases run in a 
> predefined sequence, which means one by one, the later must wait after 
> the former is finished.
>
What do your test cases look like? Are they subclasses of 
Test::Unit::Testcase? Or are they open scripts?

Bret
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to