Showing posts with label Build Pipeline. Show all posts
Showing posts with label Build Pipeline. Show all posts

December 8, 2021

How to build a .Net Core selenium project in Azure release pipeline

How to build a .Net Core selenium project in Azure release pipeline

 If we are using only .Net framework for the selenium test project creation, we can directly use Visual Studio Build Task and Publish Artifa...

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

Artifact handling in azure for automation code repository

Artifact handling in azure for automation code repository

When considering a selenium project in visual studio , Artifacts are basically the files we get in debug/release folder when we build a pro...
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...