December 16, 2019

What are the Test runs in ADO

  December 16, 2019
Each execution whether manual or automated is considered as a test run by Azure.


In that test run we can find different details like
  • Tests included in the run
  • Logs of the tests
  • State of the run
  • Attachments such as reports
  • Test case details(Test plan/suite)
Once we open a test run we can see below screen.


In here we can see how may tests are included in the run and its details.

If we click on the release,we can get the details and logs of the release in which tests are executed with.

It will take us to that particular release run.


logoblog

Thanks for reading What are the Test runs in ADO

Previous
« Prev Post

No comments:

Post a Comment

Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...