Personally, I haven't run Selenium Grid yet. But from this following article,
http://www.infoq.com/news/2007/09/selenium-grid-parallel-testing Seems Selenium Grid still relies on TestNG<http://testng.org/doc/documentation-main.html#parallel-running>, Parallel JUnit <https://parallel-junit.dev.java.net/> and DeepTest<http://www.dcmanges.com/blog/deep-test-now-available> run the tests in parallel. That is to say, you need the above Eclipse plug-ins to run tests in parallel. The parallel is really easy to implement in Java, just multiple threads working as thread workers. Thanks, Jian On Wed, Sep 30, 2009 at 8:01 PM, JalexRTL <[email protected]> wrote: > > I'm able to run my tests with multiple browsers on separate machines > using Grid but they still only execute one at a time. Is there a way > to run them concurrently from Eclipse IDE? In past Selenium Grid > testing I had to launch tests in parallel using ant. > > On Sep 28, 7:14 am, John <[email protected]> wrote: > > Here is the link. > > > > http://code.google.com/p/aost/wiki/SeleniumGridAndTellurium > > > > On Sep 28, 10:06 am, WinWin <[email protected]> wrote: > > > > > Hi Jian...thx alot for ur prompt reply!! > > > > > Ya i would like to know more about running the same test case > > >concurrentlyin 2 different browsers. Was it possible and how can i > > > achieve that? > > > Your advice is very much appreciated! :) > > > > > On Sep 28, 9:24 pm, Jian Fang <[email protected]> wrote: > > > > > > If you want to run the testconcurrently. You need to use Selenium > Grid. > > > > Haroon can > > > > give you some pointers for that. > > > > > > Thanks, > > > > > > Jian > > > > > > On Mon, Sep 28, 2009 at 6:42 AM, WinWin <[email protected]> > wrote: > > > > > > > Hi I am new to Tellurium, my question might sound funny, but I'm > just > > > > > thinking whether is it possible to implement in such a way, whereby > a > > > > > tester run a set of test case once, and then two different browsers > > > > > namely, IE & Firefox are call up and run the testconcurrently? > > > > > > > Or if I will need to run the same set of test cases in two > different > > > > > browsers, IE & firefox, what is the best way to do this? > > > > > Please advice. Thanks!- Hide quoted text - > > > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
