RQM schedule sequence
Hi,
As far as I can tell, when using Execution schedules to run automated test cases, the test cases are run in sequence per adaptor, but each sequence is parallelized between the different adaptors. Is there anyway to control this? Here's a sample:
step 1 : Adaptor 1->Deploy the product
step 2 : Adaptor 2 -> Test the product on the destination machine:
step 3 : Adaptor 1 -> uninstall the product.
Running this I get step 1 and step 2 run in parrallel and step 3 run as soon as step 1 is completed. Which makes scheduling unusable for us.
Anyway to get the sequence Step1->Step2->Step3?
Eric.
As far as I can tell, when using Execution schedules to run automated test cases, the test cases are run in sequence per adaptor, but each sequence is parallelized between the different adaptors. Is there anyway to control this? Here's a sample:
step 1 : Adaptor 1->Deploy the product
step 2 : Adaptor 2 -> Test the product on the destination machine:
step 3 : Adaptor 1 -> uninstall the product.
Running this I get step 1 and step 2 run in parrallel and step 3 run as soon as step 1 is completed. Which makes scheduling unusable for us.
Anyway to get the sequence Step1->Step2->Step3?
Eric.
One answer
Hi Eric
The steps which you referenced above as step of a Test Suite which you add to Execution Sequence or there are steps of Execution Sequence itself.
Execution Sequence steps are always executed in sequence
Test Suite's steps are executed in parallel or sequence depending upon the setting of Test Suite (Testcase Section)
There was a bug in RQM v3.01 that suite steps will always run in parallel and that was fixed in v3011
So in case you are using RQM 301 then upgrade or Testcase Execution Records to execution sequence if you can't upgrade
-|- Pramod
The steps which you referenced above as step of a Test Suite which you add to Execution Sequence or there are steps of Execution Sequence itself.
Execution Sequence steps are always executed in sequence
Test Suite's steps are executed in parallel or sequence depending upon the setting of Test Suite (Testcase Section)
There was a bug in RQM v3.01 that suite steps will always run in parallel and that was fixed in v3011
So in case you are using RQM 301 then upgrade or Testcase Execution Records to execution sequence if you can't upgrade
-|- Pramod