Object-oriented programming System(OOPs) is a programming paradigm based on the concept of "objects" that contain data and methods. The primary purpose of object-oriented programming is to increase the flexibility and maintainability of programs. Object oriented programming brings together data and its...
Test Base Class:Test Base class (TestBase.java) deals with all the common functions used by all the pages. This class is responsible for loading the configurations from properties files, Initializing the WebDriver, Implicit Waits, Extent Reports, and also to create the object of FileInputStream ...
Inheritance is the main concept of object oriented programming language.. Inheritance means object of one class aquire the properties of another class.that's the base class is known as parent class and the secondary class is known as child class and child class can have some or all the functi...