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

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

December 16, 2019

What are the Test runs in ADO

What are the Test runs in ADO

Each execution whether manual or automated is considered as a test run by Azure. In that test run we can find different details 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 13, 2019

How to set Azure agent capabilities for QA Automation tasks

How to set Azure agent capabilities for QA Automation tasks

For  every agent we add to the agent there are some set of default capabilities, which shows several details about the agent system. We c...
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...