Parallel test execution on the same test machine using the command line adapter
Hi!
When we tried to execute an RQM test suite set for parallel test case execution on a single test machine via the command line adapter we saw that actually only one test was being executed at a time in some random order. We could not find any clue in the official docs or help on whether the command line adapter is designed to act that way or not. My question is: is it possible to run multiple tests in parallel on the same remote test machine controlled by the command line adapter? |
Accepted answer
3 other answers
If you want to bring parallelism using single machine, You can consider running multiple command line adapters on same machine. Each adapter should have unique id, the -adapter argument. However it is your responsibility to make sure of two adapters running scripts does not interfere with each other.
Comments
Vladimir Sova
commented Nov 08 '12, 1:26 a.m.
Yes, this works, thank you. But still we have to manually assign individual adapters to individual test cases in a test suite, which is tiresome when you have a few dozen test cases running in parallel.
|
RQM 5.0 release has a command line adapter which can be used to run multiple tests in parallel. Refer https://www.ibm.com/developerworks/community/blogs/qualitymanagement/entry/running_multiple_tests_in_parallel_with_rqm_5_0_command_line_adapter
|
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Vladimir,
Thanks, Ara, I've seen the article, but it does not provide an answer to my question.