- nb3003Active particpant
- Posts : 11
Join date : 2013-03-12
Location : chennai
Running @Test as parallel test
Wed May 15, 2013 6:48 pm
Hello All,
How to run @Test annotation parallel ?
How to solve delay problems while running?
@Test(invocationCount=2,threadPoolSize=2,timeOut=10000) {
selenium.open("/");
}
From this code, only one thread is running. 2nd thread is not starting. The execution stops in 10s . Please help to resolve this
How to run @Test annotation parallel ?
How to solve delay problems while running?
@Test(invocationCount=2,threadPoolSize=2,timeOut=10000) {
selenium.open("/");
}
From this code, only one thread is running. 2nd thread is not starting. The execution stops in 10s . Please help to resolve this
Re: Running @Test as parallel test
Mon May 20, 2013 3:47 pm
How are running tests in parallel?
Did you specify parallel test execution in testng.xml file? (if you are using testng)
Did you specify parallel test execution in testng.xml file? (if you are using testng)
- Error while running a test in Ruby
- How to automatically set time for running test cases
- My Test suite is not running in Selenium RC. Please let me know where i am going wrong?
- My Test suite is not running in Selenium RC. Please let me know where i am going wrong?
- Selenium 1.0.1 test seems to be running, but no browser opens
Permissions in this forum:
You cannot reply to topics in this forum