How do I extract Test Case Execution Record IDs from Test Case Suite Record ID from command line?
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
Comments
Antonio Napoles
JAZZ DEVELOPER Sep 04 '14, 11:35 a.m.Hi Liora,
Could you go into details about scenario you are performing? Are you using the RQMUrlUtility from command line?
regards,
Napoles
Liora Milbaum
Sep 04 '14, 11:44 a.m.I have a different testing system which I need to integrate to RQM.