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

November 30, 2019

How to read run parameters from test settings and then map it with Azure library

How to read run parameters from test settings and then map it with Azure library

There comes scenario in any automation testing framework where we need to keep all the global test control variables in one place. Some co...
How to Attach result files to MsTest tests (Local and in Azure)

How to Attach result files to MsTest tests (Local and in Azure)

The results we can see along with any test written using MsTest is in the Output window. This window will be having all the logs we write d...

November 17, 2019

How to copy a File to output folder (Debug/Release folder)

How to copy a File to output folder (Debug/Release folder)

If we need to get any file inside the project as a build artifact, we need to add that file to the output folder of the build. We can use...
What is the use of TestSettings file (.runsettings) in Visual Studio

What is the use of TestSettings file (.runsettings) in Visual Studio

Test setting file can be the one-stop config file control various settings during the test automation. We can find add the tes...
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...