Using RPE, how can I retrieve test results for test plan along with test case, test script, requirement, and defect information
Hello,
Accepted answer
Please refer the sample templates under %rpe_home%\templates\RQM. You can start with QM_TestPlanWithTestcases.dta that prints test cases, test scripts for a testplan (based on the value provided for variable testplanTitle). To print traceability details, you may refer https://jazz.net/library/article/1241
Comments
I have loaded the sample template however after setting the TestPlanTitle variable and configuring the only data source in RPE launcher, I still only generate a blank word document. I did notice that there are 3 data sources configured in document studio, however when switching to launcher the only data source there was the test plan feed, the testcase feed and testscript schema data sources were not present to configure a feed.xsd or qm.xsd URL. Whenever I create data sources in templates I've created from scratch, they all populate in Launcher which is why this struck me as odd.
Since QM_TestcasesWithTestscripts.dta uses feed schema, you should use testcase feed URL. Please try setting the following data source URI:
https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE Banking (Quality Management)/testcase?abbreviate=false
Thank you for your assistance. I've successfully pulled information from my environment.