Showing posts with label Azure. Show all posts
Showing posts with label Azure. Show all posts

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

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

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

December 1, 2019

What is the use of Behavior Driven Development (BDD) in Automation testing

What is the use of Behavior Driven Development (BDD) in Automation testing

 Behavior-driven development (BDD) is an Agile software development methodology in which an application is documented and designed aroun...
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...