How do I extract Test Case Execution Record IDs from Test Case Suite Record ID from command line?
CLM 4.0.4
We need a way to extract the TCER IDs from the TSER ID.
Do you have an idea how it can be done?
Thanks,
Liora
|
One answer
I think that using REST API is the best approach.
Here is the resourceUrl for my Test Suite Result
https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE+Banking+%28Quality+Management%29/testsuitelog/urn:com.ibm.rqm:testsuitelog:268
The XML response also contains theTest Case Results (executionresult field). Is there a way to filter out all the other fields except the executionresults?
Liora
|
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.
Comments
Hi Liora,
Could you go into details about scenario you are performing? Are you using the RQMUrlUtility from command line?
regards,
Napoles
I have a different testing system which I need to integrate to RQM.