It's all about the answers!

Ask a question

programmatically get CQ related to Test case in RQM if status is blocked


raghu g (10710) | asked Mar 24 '15, 6:45 a.m.
 I am using web client RQM and CQ , we can create ,edit and delete using RQM .

Could some one please help me how to retrieve TER results and update test execution results and related CQ assigned using Java. I refereed to some of the blogs , but couldn't get clear picture.Is there any code samples available to go through ?

Comments
Paul Slauenwhite commented Mar 25 '15, 7:02 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

Can you expand on your requirements?  I would assume the RQM Reportable REST API would work but it's not clear what you're trying to do.

One answer



permanent link
raghu g (10710) | answered Mar 26 '15, 6:52 a.m.
 When we are failing a TC in RQM we do associate TC with a defect ID from Clear quest . I need a way to pull assigned defect id with input provided as TC id. 

and is there any sample example of program related to REST API . 

Comments
Paul Slauenwhite commented Mar 26 '15, 8:07 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

GET https://<host>:<port>/<context root>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project area alias>/executionresult?fields=feed/entry/content/executionresult/(testcase[@href='<resourceUrl>']|*)

Note: Requires Rational Quality Manager 4.0 or later.

References:

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.