Forum Discussion
alibaba82
13 years agoSuper Contributor
Hi /Ole,
in my hudson job I have something like
testrunner.bat <project name> -t<settings file> -f<output file> -j
The project is quite big (couple thousand test cases). soapUI runs one test at a time. As such it takes quite a lot of time to run the whole project. If we can do something like
testrunner.bat <project name> -t<settings file> -f<output file> -j -<number of parallel tests to run>
soapUI can run n number of tests in parallel (via testrunner) and we can reduce the total run time.
since we can run tests in parallel (via parallel feature in the testsuite), it would be helpful to have something similar in the testrunner.bat CLI. We obviously don't want to run all the tests in parallel as it would kill the system. so having a argument where we can specify the max number of test to run in parallel would be required.
Ali
in my hudson job I have something like
testrunner.bat <project name> -t<settings file> -f<output file> -j
The project is quite big (couple thousand test cases). soapUI runs one test at a time. As such it takes quite a lot of time to run the whole project. If we can do something like
testrunner.bat <project name> -t<settings file> -f<output file> -j -<number of parallel tests to run>
soapUI can run n number of tests in parallel (via testrunner) and we can reduce the total run time.
since we can run tests in parallel (via parallel feature in the testsuite), it would be helpful to have something similar in the testrunner.bat CLI. We obviously don't want to run all the tests in parallel as it would kill the system. so having a argument where we can specify the max number of test to run in parallel would be required.
Ali
Related Content
- 2 years ago
- 4 years ago
- 5 years ago
- 8 years ago
Recent Discussions
- 6 days ago
- 10 days ago