How to add 'Test Script Steps' to a 'Test Case - Test Script' RPE report ?
I need to create a Report that lists: Test Case - Associate Test Script(s) - Test Script Step(s).
Because Test Script Steps are not available in RRDI (see this post), I need to use RPE.
The picture below shows exactly what I want to generate, and where I am so far ...
In a nutshell, getting inspiration from this great CLM2012 Report Workshop, I created a RPE report with:
(1) 1 Table having 1 Container which uses the 1 RQM Data Source Schema: feed.xsd.
In this table, I have 1 row per Test Case (feed/entry/content/testcase), column1= Test Case Title, column 2 = Test Case Description.
(2) In column 3, I wanted to display all Test Scripts associated to the 1 Test Case.
For that purpose, I involved a 2nd RQM Data Source Schema: qm.xsd, i.e.:
I used a Container on feed/entry/content/testcase/testscript from feed.xsd.
Within the Container, I used a 'Data Source Configuration' (Target source = qm.xsd, Inherited Data Configuration = feed.xsd), and added another Container using the qm.xsd where I dropped the testscript. The table row cell contains the qm.xsd testscript/tile
(3) I don't know what to do next to display the Test Script Steps of each Test Script in column 4.
Should I involve a 3rd Data Source (e.g. testscript.xsd), or not ... if Y, where, if N, what should I do ? - see ? mark in picture.
Thanks
Because Test Script Steps are not available in RRDI (see this post), I need to use RPE.
The picture below shows exactly what I want to generate, and where I am so far ...
In a nutshell, getting inspiration from this great CLM2012 Report Workshop, I created a RPE report with:
(1) 1 Table having 1 Container which uses the 1 RQM Data Source Schema: feed.xsd.
In this table, I have 1 row per Test Case (feed/entry/content/testcase), column1= Test Case Title, column 2 = Test Case Description.
(2) In column 3, I wanted to display all Test Scripts associated to the 1 Test Case.
For that purpose, I involved a 2nd RQM Data Source Schema: qm.xsd, i.e.:
I used a Container on feed/entry/content/testcase/testscript from feed.xsd.
Within the Container, I used a 'Data Source Configuration' (Target source = qm.xsd, Inherited Data Configuration = feed.xsd), and added another Container using the qm.xsd where I dropped the testscript. The table row cell contains the qm.xsd testscript/tile
(3) I don't know what to do next to display the Test Script Steps of each Test Script in column 4.
Should I involve a 3rd Data Source (e.g. testscript.xsd), or not ... if Y, where, if N, what should I do ? - see ? mark in picture.
Thanks
Accepted answer
You do not need 3rd Data Source for test steps. In testscript context (within $15), you can add a query testscript/steps/step and get the step details.
Comments
Thanks Subramanya !
I screenshot below what the final RPE template and corresponding output look like.
Thank you. Is the RPE output correct? Do you want to modify it further?
1 vote
I slightly modified the above output to actually have a 4th column listing the Test Script Steps, as in picture below (copy to xls of the doc table RPE generated) ... basically that is what I was looking for, so I'm OK for now. Thanks again.
Hi
Can you please share your template?I'm trying to achieve the same excel.
4 other answers
Hello Prasad,
I tried using the default template but still I see the same problem.
I see in the default template there is a 3rd data source used, is that requires, we wanted to print only the Test Steps.
Can you please let me know if any changes to be done for printing the test steps.
Many Thanks,
Regards,
Sunil.