Showing posts with label VisualStudio. Show all posts
Showing posts with label VisualStudio. Show all posts

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

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 29, 2019

Using Post Build events to copy files in Visual Studio

Using Post Build events to copy files in Visual Studio

The files we may want to use after a build may vary on our framework structure. What if we have test and base framework as two separate p...

November 28, 2019

How to get a console output window in Visual studio to see real time logs

How to get a console output window in Visual studio to see real time logs

In eclipse we do have console output window to show all the logs we write during tests. All the strings written using  System.out.println(...

November 24, 2019

How to Read/Write text file in line by line manner using C#

How to Read/Write text file in line by line manner using C#

What if our data is not stored in a format oriented file types like Excel,Json or XML ? There should be a way to read content from a norma...
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...