
Showing posts with label VisualStudio. Show all posts
Showing posts with label VisualStudio. Show all posts
February 9, 2022
March 6, 2021

How to Combine, Order and Run test methods programmatically as ordered tests using visual studio
Since the ordered tests in visual studio are depreciated, we now need to find another way to combine different test methods and run them in...March 2, 2021

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
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#
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....Fixing javascript error: Cannot read properties of null (reading 'querySelector') issue when using CSS identifier in selenium
JavaScript is another way to interact with web elements when normal selenium methods fail to act. But one issue with javascript is, it does...