
Showing posts with label Reporting. Show all posts
Showing posts with label Reporting. Show all posts
November 6, 2020
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(...Fixing javascript error: Cannot read properties of null (reading 'querySelector') issue when using CSS identifier in selenium
JavaScript is another way to interact with web elements when normal selenium methods fail to act. But one issue with javascript is, it does...