
Showing posts with label Test Explorer. Show all posts
Showing posts with label Test Explorer. Show all posts
December 15, 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
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...