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

November 17, 2019

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