
Showing posts with label Reporting. Show all posts
Showing posts with label Reporting. Show all posts
September 12, 2022
December 14, 2019
December 6, 2019

How can we associate MsTest test scripts with Azure test cases
Whenever we want to start with automating an application, we start with identifying the test cases which can be and needs to be automated. ...
Labels:
ADO,
Associate Test Case,
Azure,
C#,
MsTest,
Reporting,
Test Explorer,
Test Plans,
VisualStudio
November 30, 2019

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...November 28, 2019

How to get a console output window in Visual studio to see real time logs
In eclipse we do have console output window to show all the logs we write during tests. All the strings written using System.out.println(...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...