Showing posts with label .NetCore. Show all posts
Showing posts with label .NetCore. Show all posts

December 8, 2021

How to build a .Net Core selenium project in Azure release pipeline

How to build a .Net Core selenium project in Azure release pipeline

 If we are using only .Net framework for the selenium test project creation, we can directly use Visual Studio Build Task and Publish Artifa...

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