Introduction To BDD & Cucumber Framework
What is BDD? It is also known as Behavior Driven Development It is an Agile Software Development Process It encourages team collaboration It is Inherited from...
What is BDD? It is also known as Behavior Driven Development It is an Agile Software Development Process It encourages team collaboration It is Inherited from...
What is Page Object Model? It is a design pattern frequently used with test automation frameworks. It helps in reducing code duplication, increases reusability and reduces...
In this tutorial, you will learn how to setup Selenium Cucumber Java project with TestNG from scratch. Pre-requisites: 1. Java is installed on Windows (Follow Here)...
Below are the different Java OOPs concepts and the ways how it is used in Selenium Automation Framework: 1) DATA ABSTRACTION Data Abstraction is the property...
A framework defines a set of rules or best practices which we can follow in a systematic way to achieve the desired results. Test Automation Framework is a...
Below are the different types of Automation Frameworks: Linear Automation Framework Modular Automation Framework Data Driven Automation Framework Keyword Driven Automation Framework Hybrid Automation Framework Behaviour...
Before you start building any automation framework, there are set of guidelines which should be followed to build a highly reliable, scalable and maintainable framework. Some...