Hi Experts,
I would like to update my test case results via power automate > Update a work item[Azure Devops connection]. I don't see option to update test results. I can see only state, assigned to and someother fields
Test Results are saving in Outcome field in Azure Devops . How to add that field in my connection. I tried entering Outcome in other fields as "Enter Key" and Passed as "Key Value" but no luck. Any suggestion ? Thank you
Solved! Go to Solution.
Hi @Shashankpuli,
As far as I am aware the outcome is not recorded against the test case itself but it is related to a test run.
Might be good to have a look at the Azure DevOps rest api for this:
https://docs.microsoft.com/en-us/rest/api/azure/devops/test/results/add?view=azure-devops-rest-6.0
Hi @Shashankpuli,
As far as I am aware the outcome is not recorded against the test case itself but it is related to a test run.
Might be good to have a look at the Azure DevOps rest api for this:
https://docs.microsoft.com/en-us/rest/api/azure/devops/test/results/add?view=azure-devops-rest-6.0
Hi @Shashankpuli , @Expiscornovus ,
How you passed the parameters in body to update the result outcome?