Questions tagged [parallel-testing]
189 questions
0
votes
1 answer
Is there a way to cancel running tests in Selenium Grid?
We have a setup where we have implemented our UI tests in Java using Selenium. The test runner is JUnit and we use maven for building.
What we would like to achieve in our continuous integration is that we just use the (surefire) test goal of maven…

Zoli
- 122
- 9
0
votes
3 answers
Running same Cucumber Features on different machines concurrently using parallel_tests gem
Running same Cucumber Features on different machines concurrently using parallel_tests gem
I'm trying to figure out how to use the parallel_tests gem to run the EXACT SAME Cucumber Features on a variety of different machines concurrently.
Currently…

Farooq
- 1,925
- 3
- 15
- 36
0
votes
1 answer
Does Cucumber generates HTML build report for failed build?
I have cucumber application. On Bamboo CI i trigger the build. For pass build cucumber generates HTML reports but for failed build it doesn't generates HTML report.
Please verify it.

sumit
- 189
- 3
- 11
0
votes
1 answer
How to run Junit tests in parallel while using page object model?
Please share some valuable information. I have not seen any document or standard reference on the internet that explains in detail about this. Even if you have TestNG related information (With Page Object Model), I will appreciate that.

Amit Chaudhari
- 124
- 1
- 2
- 11
-1
votes
1 answer
TestNG: How to run classes in serial and Tests in Parallel?
I have a testng.xml like below,
…

Azhagusundaram Tamil
- 2,053
- 3
- 21
- 36
-1
votes
2 answers
How to refuse connection on purpose?
I have functional tests that test a system that makes HTTP connections to some internal mock HTTP servers. By mock I mean they are real servers, just implemented by myself to simulate actual 3rd party servers. They are in java, using jetty.
So far…

Ramin Arabbagheri
- 790
- 2
- 11
- 25
-1
votes
3 answers
Run testng methods across different tests in parallel
I have more than one test tags in my testng.xml file that I am running using maven. I have set the parallel attribute at the suite level to methods and the thread-count as 5. The problem I am facing is that the tests are executed sequentially and…

Harish
- 1,433
- 9
- 21
-2
votes
2 answers
Selenium WebDriver C# NUnit Tests Failing in Parallel
Please see the update at the bottom!
I am setting up my framework and currently have 4 Tests. Individually they all run like a charm. However when I try to run all 4 in parallel (I have set up the Parallelizable attribute up correctly and am calling…

Andy Williams
- 879
- 1
- 14
- 33
-2
votes
2 answers
How to know in which system test failed in parallel test execution?
I'm running 11 test scenarios on 3 different system all together parallely.
S1: Win7 Firefox46.0
S2: Win10 Chrome58.0
S3: Mac Safari9.0
After completion I can see the test failure in TestNG report but I can't track in which system the scenario is…

promitheus
- 67
- 2
- 13