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 |
One answer
Sunil,
Have you considered the use of Keywords?
When you have a moment, take a quick look at the following article, it may be helpful
Ara
Comments
Sunny B
commented Dec 05 '14, 9:54 a.m.
Yes I considered using keywords, in our environment we use keywords only for very generic steps so that it can be used by anyone in any task. Also i am curious to know if keyword will work with test data iteration. Another option I considered is attaching a separate file(word/excel) to the script with the test case numbers and specific details.
Sunny B
commented Dec 05 '14, 10:35 a.m.
Hi Ara,
|
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.