Hello,
I’m looking for assistance with fetching test steps from Test Manager using the API. I’m encountering an issue where the test steps are being retrieved in a different order than what is displayed in Test Manager UI. This doesn’t seem to happen across all projects.
Has anyone else faced this while using Test Manager APIs?
You can try sorting the fetched test steps by the “order” or “position” field after retrieving them via API. The Test Manager API doesn’t always preserve UI order by default. Applying this sort ensures steps appear in the same sequence as in Test Manager.