
Showing posts with label Associate Test Case. Show all posts
Showing posts with label Associate Test Case. Show all posts
December 23, 2019

Labels:
ADO,
Agents,
Artifact,
Associate Test Case,
Azure,
Build Pipeline,
CI-CD,
MsTest,
Release Pipeline,
Test Plans,
Test results,
Test Runs,
VsTest
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
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...