Publishing engine feed structure schema
Hello,
I'm working with IBM Rational publishing engine and I would like to get the Test cases execution results with the test steps results (comments and results for every single step) but I don't see any section related to the steps results and how could I get a feed or input example where I can specify the project area
Also I want to get the list of requirements linked from ReqPro to each test execution result, how can I get this join using publishing engine?
Thank you!
|
Accepted answer
Under executionresult, you should see stepResults. You can use a URL like
https://<host>:<port>/<qmcontext>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectareaalias>/executionresult If you want to filter for a specific testcase, you can use fied query: https://<host>:<port>/<qmcontext>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectareaalias>/executionresult?fields=feed/entry/content/executionresult/(testcase[@href=' <resourceUrl>']|*) From RM tool, you can use traceability link - ValidatedBy to join the test cases. For this, you need to use Data Source Configuration element, where data source URIs are calculated every time. Rafael Rodriguez Montes selected this answer as the correct answer
|
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.