RQM 6.0: how to get List of linked Test Case execution records in test case using OSLC/REST
4 answers
Hi Naveen,
The TCER (com.ibm.rqm.execution.TestcaseExecutionRecord) references a test case (com.ibm.rqm.planning.VersionedTestCase) - see http://open-services.net/bin/view/Main/QmSpecificationV2#Resource_TestExecutionRecord.
Have you considered using the RQM Reportable REST API?
The TCER (com.ibm.rqm.execution.TestcaseExecutionRecord) references a test case (com.ibm.rqm.planning.VersionedTestCase) - see http://open-services.net/bin/view/Main/QmSpecificationV2#Resource_TestExecutionRecord.
Have you considered using the RQM Reportable REST API?
Comments
showing 5 of 6
show 1 more comments
Hi @Paul Slauenwhite your answer is very helpful, I tried following url but it gives 401 resource not found error. Could you please help me to correct my URL
Comments
Hi @Paul Slauenwhite thanks for quick reply, I updated my test case url as below:
https://d-9376:9443/qm/oslc_qm/contexts/_pbsSEP9wEee-4tAhUSdolw1>/resources/com.ibm.rqm.planning.VersionedTestCase/1
But my requirement is I want to fetch tcer of test case using query. Can you please help me to build that query, which fetch tcer associate with test case. Here I pasted my url, please guide me to resolve query:
Comments
1 vote
showing 5 of 8
show 3 more comments
@Paul Slauenwhite Can you please help me to correct my URL in previous comment. I provided UUID of test case as mentioned by you for getting TCER which is associate with test case. But still I am not getting 400 resource not found error