ADO Pipeline and Test Case Reporting

Hello all,
I am trying to figure out if it is possible to update my ADO Test Cases automatically when a test cases passes or fails after the run. I am not sure how to go about it and frankly I am not sure if it is even possible to do that?

Has anyone done anything like this before? Can you point me to some resources please?

Thank you.

Hi Naveen,

I’ve never heard of ADO before, but a quick google brings back results for Azure DevOps. Do you mean Azure DevOps?

Assuming you mean Azure DevOps:

FYI - I’ve never heard anyone refer to it as ADO before so you might have gotten a better response if you’d used a name people know.

There is a REST API for Azure DevOps, I’ve not used it, but you should be able to do what you need with RequestsLibrary.

Alternatively Azure DevOps provides a web front end so that should be easy enough to script with any of the libraries that control a web browser.

Hope that helps,

Dave.

1 Like