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 [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
