Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

April 23, 2020

Getting controls of all action classes to one base class object

Getting controls of all action classes to one base class object

If you have five type of actions classes in your framework and you want to control methods in all those classes from a single class. The ob...

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

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

December 17, 2019

Artifact handling in azure for automation code repository

Artifact handling in azure for automation code repository

When considering a selenium project in visual studio , Artifacts are basically the files we get in debug/release folder when we build a pro...

December 15, 2019

How to apply Test filter criteria in Azure VsTest task and in MsTest framework

How to apply Test filter criteria in Azure VsTest task and in MsTest framework

If we consider an automation suite, we can have different kinds of suites like smoke tests, regression tests, module based tests etc. Te...
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...