How to use RQMAPIUtility to get the a result of latest test execution of a test case
Hi, I am running a test case, I want to find the link of test result <server url>qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/PPM/executionresult/slug__<internal #> through RQMAPIUnity. Would love to see an example. Thanks very much! |
One answer
We use RQM Execution tool to run the test case with -printResultUrl=true
The test result URL is in RQMExecutionToolLog.log. But We thought option of using REST API (or RQMAPIUtility) would be better approach.
Is it possible to find the resultUrl by using REST API (or RQMAPIUtility)?
Thanks
|
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
How to you run the test case? Through an adapter or UI? If you have control of the POST operation for creating the TCER, the "slug" ID that you need is in the "Location" response header.