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...
How to fix "No data is available for encoding 1252" error with ExcelReaderFactory in .Net Core

How to fix "No data is available for encoding 1252" error with ExcelReaderFactory in .Net Core

If you are moving from the .Net framework to .Net core, you may come across many issues. Especially if you are reading something from excel ...

November 3, 2020

How to clear chrome cache and browser history programmatically using Selenium C#

How to clear chrome cache and browser history programmatically using Selenium C#

While automating some test cases we may come across situations where we need to clear the browser history between two steps. Since we are sc...
How to use SSO login while automating your application using selenium C#

How to use SSO login while automating your application using selenium C#

We may come across several situations in which we need to use our SSO access to login to an application. But while launching a new browser u...
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...