Showing posts with label CI-CD. Show all posts
Showing posts with label CI-CD. Show all posts

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