I am trying to automate testing for my project. I created test plans, test suites and test cases. My test case has multiple steps with parameters. I would like to programmatically read through test case steps and update each step with outcome. I learnt that inorder to do so, I need to get test iterations through this https://dev.azure.com/{organization}/{project}/_apis/test/Runs/{runId}/Results/{testCaseResultId}/iterations?api-version=5.1. and then I can link these to actionresult. But when I ran Iterations api, I get 0 iterations though I can clearly see iterations on my azure devops while testing on GUI.
Aucun commentaire:
Enregistrer un commentaire