Questions tagged [parallel-execution]
68 questions
0
votes
2 answers
Jmeter response time for parallel execution
I am using Jmeter 5.2, the application i am testing i have split them transaction modules. When i execute the test plan, the elapsed time, latency and connect time were added together for a module in the aggregate report. Since some of the requests…

Sriram
- 19
- 1
- 1
- 6
0
votes
1 answer
How to execute multiple pytest suites (files) parallelly at a time
I am trying to execute multiple pytest suites at a time i.e parallel execution but I couldn't find the solution, can someone please help me with this.
For example, I've two test suites
1. test_one.py
2. test_two.py
If I use the following command…

Gopikrishna
- 63
- 1
- 7
0
votes
1 answer
Parallel execution with maven-surefire-plugin is throwing PluginResolutionException
I am trying to execute my feature files via TestRunner.java files (by mentioning them in pom.xml) , in parallel using maven-surefire-plugin, for which i have set up pom.xml as below, but when i run pom.xml as maven test, its throwing…

Rajaji
- 133
- 2
- 14
0
votes
1 answer
Parallel execution is not working in Appium
I am providing the udid and it's ruining but it is not executing my tests, it just reset sometime and then stop working.
I am using the:-
java-1.8
appium-6.1.0
appium server- gui based version 1.13.0
testng- 6.8
If I don't initialize loadconfig…

yashbaid
- 1
- 2
0
votes
0 answers
Is there a way to launch testSuites in parallel (concurrently) for selenium code using MultiThreading, Concurrent ExecutorServices
I have set of suites which run in sequential order one after an another handled by a for loop. I would want to do run the available TestSuites in parallel concurrently by just using coreJava. Could any one help me out on how to do it ?
Xls_Reader…

Anand Sathiyaseelan
- 39
- 6
0
votes
1 answer
Parallel build execution in gradle
Current scenario:
current build.gradle is taking 2 hours to complete all tasks.
What i want to achieve:
i want to reduce the build time.
What i have done till now:
i have created multiple projects in below hierarchy:
:root project
settings.gradle
…
0
votes
1 answer
How can I execute testNG test cases in parallel on multiple machines?
I have test cases implemented for service level testing and I can execute them in parallel at suite level by using {parallel = tests} as below
If I have a parent suite which comprises of…

Kumar M
- 191
- 1
- 1
- 6
0
votes
1 answer
How to implement a multiple user login for tests that are extracting login details from a file that holds the user ids
I have a web application which I am testing with Selenium and Maven running parallel tests. At the moment, I am defining the login ids for every test. What I need is a solution where I will have a pool of users available to the tests. While the…

Theo
- 1
- 1