It's all about the answers!

Ask a question

How to add RTC defect to test case execution record in RQM ?


Chandrahasa Reddy D (5715360) | asked Sep 04 '12, 12:01 a.m.
edited Sep 04 '12, 12:02 a.m.
Hi,
Is there any way how to add RTC defect to "defect" section of test case execution record in RQM using API's ?
please share some info on this.

2 answers



permanent link
Paul Slauenwhite (8.4k12) | answered Sep 05 '12, 10:08 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
edited Sep 05 '12, 10:22 a.m.
Yes, you can use the OSLC QM API (see http://open-services.net/bin/view/Main/QmSpecificationV2?sortcol=table;up=#Resource_TestCase).  Note, https://jazz.net/wiki/bin/view/Main/RqmApi#ResourcesFootnote8 for the RQM Reportable REST API.

Comments
Chandrahasa Reddy D commented Sep 06 '12, 1:15 a.m.

Any code snippets would be helpful..thanks


permanent link
Paul Slauenwhite (8.4k12) | answered Sep 06 '12, 6:16 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
It's a REST API so any HTTP client (including Poster/HTTPRequester) could be used to illustrate the API.

You'll need to review the OSLC QMA API to understand how it works.  Once your understand the API, the OSLC QM service provider catalog is accessible in RQM from the oslc_qm:qmServiceProviders URL in the root services document (see https://<host>:<port>/<context root>/rootservices).  You'll want to set the oslc_qm:blockedByChangeRequest property on the http://open-services.net/bin/view/Main/QmSpecificationV2?sortcol=table;up=#Resource_TestExecutionRecord resource.

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.