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?
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
No. For parallel execution, you must select a different adapter for each script (see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.rational.test.qm.doc/topics/t_run_testsuite.html).
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
Ara Masrof
JAZZ DEVELOPER Nov 07 '12, 7:26 a.m.Vladimir,
Vladimir Sova
Nov 07 '12, 7:41 a.m.Thanks, Ara, I've seen the article, but it does not provide an answer to my question.