Category Selenium

Object Repository in Selenium

Creating Object Repository in Selenium WebDriver using Properties file

In this tutorial, we will learn about the object repository in Selenium WebDriver. Before going to understand object repository, first we will understand what is the meaning of object with respect to Selenium? What is Object with respect to Selenium?…

Keyword Driven Framework in Selenium

Keyword driven framework in Selenium

Keyword driven automation testing framework is the most popular testing framework that is easy to design in selenium. It is a technique in which we represent the test scenario in terms of keywords and corresponding parameters. A keyword-driven framework in…

Selenium Framework: Data Driven Framework

Data driven framework in Selenium

Selenium framework is a code structure that is used to make code maintenance simpler and readability better. It helps in dividing the entire code into smaller parts of the code in a systematic way, which tests a particular functionality. Without…