Showing posts with label Selenium. Show all posts
Showing posts with label Selenium. Show all posts

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