Showing posts with label Test Plans. Show all posts
Showing posts with label Test Plans. 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 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...