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

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

December 12, 2019

How to set up Agent Pool and Windows Agent in Azure

How to set up Agent Pool and Windows Agent in Azure

In Azure world agents are computers that are connected to ADO account. It can be a VM or a local machine with any OS on it. Agent pool ...
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...