In RQM, is it possible to have multiple sub test scripts attached to a master test script?
![]()
In RQM, is it possible to have multiple sub test scripts attached to a master generic test script which is linked to multiple test cases?
I am currently using test data - iteration. I have multiple test cases linked to one test script. Now i would like to separate few steps from this master script and run from a different sub script(multiple). See details - 1. Multiple test cases - one test script and multiple rows of test data in csv file which has test case numbers in it. 2. In the middle of execution i would like to have the focus on a different sub level script and then return back to the master script. 3. Then the iteration would go to the next row and repeat steps 1 and 2. Please let me know if this is possible or is there any work around available? If i try to add the details related to the sub scripts, the generic master script will get bigger and not all the steps are needed for all the test cases. Hence the idea to keep this dynamic set of scripts in a sub script and select the needed sub script while executing. Thanks in advance, SKB |