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

March 2, 2021

How to fix "No plugin found which can import settings file with extension '.settings' " error

How to fix "No plugin found which can import settings file with extension '.settings' " error

 If we are migrating from one version of Visual studio to another we may come across this issue. Where our code will not recognize the run s...

April 23, 2020

Getting controls of all action classes to one base class object

Getting controls of all action classes to one base class object

If you have five type of actions classes in your framework and you want to control methods in all those classes from a single class. The ob...

December 27, 2019

How to Read data from Excel file using C#

How to Read data from Excel file using C#

Whether we are using a data driven framework or not, we may come across different scenarios where we need to read data from an excel sheet....

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