It's all about the answers!

Ask a question

How can we get all testcase execution results of the testcase USING RQM REST API


rajani guduru (1334) | asked Nov 14 '13, 6:33 a.m.
Hi,

My requirement is to fetch all testcase execution results of testcase using testcase name. How can I do it using RQM REST API. Could you help the steps to do it?

Accepted answer


permanent link
Paul Slauenwhite (8.4k12) | answered Nov 14 '13, 7:55 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
edited Nov 14 '13, 7:55 a.m.
You can use the fields filter support in the RQM Reportable REST API.  Try:

<feedUrl>?fields=feed/entry/content/ executionresult/testcase[@href='<resourceUrl>']
rajani guduru selected this answer as the correct answer

One other answer



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Nov 14 '13, 10:11 p.m.
You can use URL like https://<host>:<port>/<qmcontext>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectareaalias>/executionresult?fields=feed/entry/content/executionresult[testcase/@href='<identifier>']/*/*

Your answer


Register or to post 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.