RQM Run multiple Execution Schedules in order
Using RQM 3.0.1
I have a number of Execution Schedules which are configured to run on the same Test Machine.
The Execution Schedule is made up of a number of Test Execution Records (each associated with a test script to execute via the command line adapter). These are designed to execute in order.
What we are looking for is a way to guarantee the order when a second schedule is triggered before the first is finished. What currently happens is the Test Execution Records of the second schedule are queued up to run before the First Schedule is finished.
Is it possible to block/queue the execution of the second schedule?
I have a number of Execution Schedules which are configured to run on the same Test Machine.
The Execution Schedule is made up of a number of Test Execution Records (each associated with a test script to execute via the command line adapter). These are designed to execute in order.
What we are looking for is a way to guarantee the order when a second schedule is triggered before the first is finished. What currently happens is the Test Execution Records of the second schedule are queued up to run before the First Schedule is finished.
Is it possible to block/queue the execution of the second schedule?
One answer
Hi Shane,
It is not possible to block/queue the execution of the second schedule. However, you can organize your Test Execution Records into a suite and have them run sequentially within the suite to ensure the order. Add the suite execution record to the schedule.
Thanks
-Deepa
It is not possible to block/queue the execution of the second schedule. However, you can organize your Test Execution Records into a suite and have them run sequentially within the suite to ensure the order. Add the suite execution record to the schedule.
Thanks
-Deepa
Comments
Several help topics for working with test suites are available here:
- http://pic.dhe.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.rational.test.qm.doc/topics/t_create_testsuite.html
-
http://pic.dhe.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.rational.test.qm.doc/topics/t_create_ser_single.html
-
Tutorial: http://pic.dhe.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.rational.test.qm.tutorial2.doc/topics/test_suites_abs.html