Showing posts with label VisualStudio. Show all posts
Showing posts with label VisualStudio. Show all posts
September 12, 2022
July 28, 2022
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
Data Driven Testing is a built-in Functionality of MsTest. We can use Microsoft.VisualStudio.TestTools.DataSource reference to implement ...February 9, 2022

How to use WebDriver manager for efficient management of browser drivers ( Selenium + .Net )
Managing WebDrivers in sync with browser versions is always a problem for an automation tester. If we can't control the auto-update of ...March 6, 2021

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