It's all about the answers!

Ask a question

How to fetch test script "description" or manual steps using REST API?


Andrew Ciaz (59160) | asked Dec 17 '20, 3:28 a.m.

 Hi all,


I am trying to fetch execution steps/description of the test script,but xml response returns all the details of test script with only one execution step. My test script contains more than one execution step. Please provide the solution or hint.

One answer



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Dec 17 '20, 4:37 a.m.
edited Dec 17 '20, 4:40 a.m.

You should be using the individual testscript URL and not the feed URL. If it is execution step, you should find all steps within testscript/steps/step. If it is keyword, you will find its link at testscript/steps/step/link/href


Comments
Andrew Ciaz commented Dec 17 '20, 8:14 a.m.

 @Subramanya Prasad Pilar  thanks for the update. So in my test script there are 2 steps but the response returns only one execution steps

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.