It's all about the answers!

Ask a question

How to get test steps details ( Description and expected result) using REST API?


Amol Wangate (159) | asked Jul 26 '19, 11:52 a.m.

How to get test steps details (Description and expected result) by work area using REST API

One answer



permanent link
Pragnya Priyadarshini (39) | answered Aug 13 '19, 6:12 a.m.

 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


Register or to post 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.