March 18, 2021

How to create a selenium custom select method for a multiselect dropdown in Angular application

How to create a selenium custom select method for a multiselect dropdown in Angular application

If our application is of type angular, the normal selenium SelectElement class may not work. Especially if the select dropdown allows multi-...

March 15, 2021

How to handle OpenQA.Selenium.ElementClickInterceptedException: element click intercepted

How to handle OpenQA.Selenium.ElementClickInterceptedException: element click intercepted

 This exception will be thrown by selenium mostly while loading a page. If our application is an angular application chance of this exceptio...

March 11, 2021

How to programmatically get all processes from task manager using C#

How to programmatically get all processes from task manager using C#

We may come across different scenarios where we need to get the list of all applications/processes running in the background of the Window O...

March 6, 2021

How to Combine, Order and Run test methods programmatically as ordered tests using visual studio ( Coded UI + .Net )

How to Combine, Order and Run test methods programmatically as ordered tests using visual studio ( Coded UI + .Net )

 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 4, 2021

Automating Telerik (kendo) Date picker with selenium

Automating Telerik (kendo) Date picker with selenium

Here the DatePicker combines the Kendo UI Date Input and Calendar components to enable the user to pick a date from the calendar shown in UI...
How to find CSS value of Kendo date picker elements ( Selenium + .Net )

How to find CSS value of Kendo date picker elements ( Selenium + .Net )

 Kendo UI is a framework provided by Telerik which provides interactive controls in websites. If you are trying to automate any of the Kendo...

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