How to get test steps details ( Description and expected result) using REST API?
How to get test steps details (Description and expected result) by work area using REST API |
One answer
Hi Amol,
In order to get the test script step details through REST API, You need to do a GET operation on test script.In the response you will get the test script step details like description, expected result etc.
Here is the URL you can use for GET
https://<clmhost>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Alias of the QM project>/testscript
Comments
Amol Wangate
commented Aug 19 '19, 8:03 a.m.
Thanks for responding. Is it possbile to get test scipt details also along with test case?
Bharath Rao
commented Aug 20 '19, 7:39 a.m.
Hi Amol,
You could do a GET on the Test Case which has link to the related Test Script. Extract the Test Script link and perform a GET on it.
|
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.