The unit test is running according to the name of the def. So you should make the definition for the name as following:
def test_a ...... end def test_b ........ end def test_c ..... end and so on. It will running on order,hope that help. -Zhong On Oct 22, 7:25 am, Tiffany Fodor <[email protected]> wrote: > Hi Frédéric ! > > I'm not seeing this issue on Watir 1.6.2, ruby 1.8.6 patchlevel 0. > > Can you give us the code that is establishing your browser and running > your tests? > > I've posted an example Test::Unit framework here if you'd like to > compare it to what you're doing: > > http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Dat... > > Hope this helps! > > -Tiffany > > On Oct 21, 9:59 am, de Villamil Frédéric <[email protected]> > wrote: > > > > > Hi list, > > > I'm running Watir 1.6.2 under ruby 1.8.6 patchlevel 111 > > > It seems that when I'm running my test suit, it starts all tests in > > parallel, launching as many Internet Explorer windows as test, which > > gets a bit messy. I have the same issue using Firewatir under Windows. > > Things are running smoothly with both Safari and Firefox on OS X. > > > Have anyone ever met such a behavior or may have any useful resource > > to point me to? > > > Regards, > > Frédéric > > > -- > > Frédéric de Villamil > > "What's mine is mine. What's yours is still unsetteled" – Go player > > proverb > > [email protected] tel: +33 (0)6 62 19 > > 1337http://t37.net Typo > > :http://typosphere.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
