
Showing posts with label MsTest. Show all posts
Showing posts with label MsTest. 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 15, 2019

How to apply Test filter criteria in Azure VsTest task and in MsTest framework
If we consider an automation suite, we can have different kinds of suites like smoke tests, regression tests, module based tests etc. Te...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 read run parameters from test settings and then map it with Azure library
There comes scenario in any automation testing framework where we need to keep all the global test control variables in one place. Some co...
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...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...