Showing posts with label DBConnection. Show all posts
Showing posts with label DBConnection. Show all posts

December 30, 2019

How to Read data from MsSQL database using C#

How to Read data from MsSQL database using C#

In any automation framework, a DB validation is a very important factor. For getting data from DB , at first we need to make a connection a...
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...