Showing posts with label VsTest. Show all posts
Showing posts with label VsTest. Show all posts

June 9, 2022

How to fix "Selenium Tests running twice" issue in Azure Release pipeline

How to fix "Selenium Tests running twice" issue in Azure Release pipeline

 There can be a scenario sometimes that your test scripts will be executed in the Azure release pipeline twice even if the parallelization o...

December 23, 2019

How to run an automation test script from Azure as part of CI-CD

How to run an automation test script from Azure as part of CI-CD

There is no DevOps without the word ‘Automation’. When considering a Azure pipeline, automation is present in almost all its phases like ...

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 14, 2019

Multi Agent test execution in Azure

Multi Agent test execution in Azure

As we already know we can add multiple agent machines to an agent pool and use those agent pools to run jobs. Now what if we can run the ...

November 30, 2019

How to Attach result files to MsTest tests (Local and in Azure)

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