Showing posts with label Test Framework. Show all posts
Showing posts with label Test Framework. 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 1, 2019

What is the use of Behavior Driven Development (BDD) in Automation testing

What is the use of Behavior Driven Development (BDD) in Automation testing

 Behavior-driven development (BDD) is an Agile software development methodology in which an application is documented and designed aroun...

November 29, 2019

Using Post Build events to copy files in Visual Studio

Using Post Build events to copy files in Visual Studio

The files we may want to use after a build may vary on our framework structure. What if we have test and base framework as two separate p...
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...