How to fetch test script "description" or manual steps using REST API?
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
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
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.