Showing posts with label Data Driven. Show all posts
Showing posts with label Data Driven. Show all posts

July 28, 2022

Fix 'The unit test adapter failed to connect to the data source or to read the data' in Visual Studio

Fix 'The unit test adapter failed to connect to the data source or to read the data' in Visual Studio

 If we are trying to data drive a test method, we may come across the below error in the visual studio.   Message:  The unit test adapter fa...
Using XML File as Data Source for Visual Studio + Selenium Data Driven Testing

Using XML File as Data Source for Visual Studio + Selenium Data Driven Testing

 Data Driven Testing is a built-in Functionality of MsTest.  We can use  Microsoft.VisualStudio.TestTools.DataSource reference to implement ...

December 27, 2019

How to Read data from Excel file using C#

How to Read data from Excel file using C#

Whether we are using a data driven framework or not, we may come across different scenarios where we need to read data from an excel sheet....
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...