| bio | website | |
|---|---|---|
| location | United States | |
| age | ||
| visits | member for | 1 year, 2 months |
| seen | May 8 '12 at 20:07 | |
| stats | profile views | 2 |
Developer.
|
Apr 1 |
awarded | Student |
|
Aug 1 |
awarded | Popular Question |
|
Mar 23 |
asked | What is the max number of threads allowed for running TestNG tests in parallel? |
|
Mar 21 |
awarded | Editor |
|
Mar 21 |
comment |
Running WebDriver tests in parallel using testng.xml I tried with these versions 6.0.1, 5.9, 5.14.1, 6.3.1, 5.14.10, 5.10.0.1, 6.3, 5.14.6, 5.5. It didn’t seem to work. I also increased thread count to 100, but no behavior difference. |
|
Mar 21 |
revised |
Running WebDriver tests in parallel using testng.xml Added testng versions that I tested with. |
|
Mar 21 |
comment |
Running WebDriver tests in parallel using testng.xml Tarun, I tried this by placing parallel="methods" at the test level but it didn't help. |
|
Mar 20 |
comment |
Running WebDriver tests in parallel using testng.xml Actually I'm running these tests through Eclipse, so not using commandline. But I suspect that it won't run even through commandline. Right now, when I run tests they run sequentially instead of parallel if I use parallel=methods or parallel=classes. But runs in parallel for parallel=tests |
|
Mar 20 |
asked | Running WebDriver tests in parallel using testng.xml |