How to fetch test script "description" or manual steps using REST API?
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
@Subramanya Prasad Pilar thanks for the update. So in my test script there are 2 steps but the response returns only one execution steps