Showing posts with label Test Explorer. Show all posts
Showing posts with label Test Explorer. Show all posts

December 15, 2019

How to apply Test filter criteria in Azure VsTest task and in MsTest framework

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

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. ...
Bookmark this website for more workarounds and issue fixes.

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...