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

December 29, 2020

How to add LinkedIn profile widget in your website/blog

How to add LinkedIn profile widget in your website/blog

 It's always good to keep a link to the professional account of the author in your blog or website. We can use different widgets provide...
How to Fix org.xml.sax.SAXParseException; * The reference to entity "type" must end with the ';' delimiter error

How to Fix org.xml.sax.SAXParseException; * The reference to entity "type" must end with the ';' delimiter error

org.xml.sax.SAXParseException; * The reference to entity "type" must end with the ';' delimiter  This error happens when ...

November 18, 2020

How to send Email programmatically using logged in Outlook instance using .Net

How to send Email programmatically using logged in Outlook instance using .Net

Let's say we are in between a test script and if we want to send out an email as the next step. Microsoft.Office.Interop.Outlook  gi...

November 9, 2020

Fixing Excel read/write issues (System.IO.FileNotFoundException) in .NET Core using IExcelDataReader and XLWorkbook

Fixing Excel read/write issues (System.IO.FileNotFoundException) in .NET Core using IExcelDataReader and XLWorkbook

We know Microsoft.Office.Interop.Excel does not support .Net Core as of now. So we need to have an alternative to read/write data from excel...
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...