Showing posts with label DevOps. Show all posts
Showing posts with label DevOps. Show all posts

November 30, 2019

How to Attach result files to MsTest tests (Local and in Azure)

How to Attach result files to MsTest tests (Local and in Azure)

The results we can see along with any test written using MsTest is in the Output window. This window will be having all the logs we write d...
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...