POM | More Business Pages | Part 4
We have already created a few classes for the web pages, however, there are more web pages in the demo application. These web pages contain business logic, application flow, and other functionalities.
Base Class In Page Object Model | Part 3
In this tutorial, we will learn what is a base class in page object model and how to refactor the code. The page object model is solely based on the pages and
Page Object Model | Framework Design – Part 2
In our previous article, we have created a maven project and in this tutorial, we will add more components to it. This Page Object Model Framework tutorial is without Page Factory.
Page Object Model Tutorial | Basics – Part 1
The Page Object Model (POM) is an approach/design pattern to implement the Data Driven Framework, Keyword Driven Framework or Hybrid Framework.
Git Tutorial For Beginners
Being a programmer, one should also focus on script/ code management. It includes timely backup of the code among other activities. In an industry where…
Selenium Grid Tutorial With Examples
In the first tutorial of the Selenium Grid series, we learned the concept of the hub, node(s) and how to configure them. In this tutorial,…
Selenium Grid | Distributed Test Execution
We have already seen how to perform cross-browser Testing & parallel test execution in selenium using TestNG. Selenium Grid facilitates in
Actions Class In Selenium | Drag, Drop & Resize
Actions class in Selenium is used to emulate complex input gestures like drag, drop and resize which a user performs using keyboard and mouse.
How to handle Frame in Selenium
A frame or an Inline Frame(iFrame) is an HTML embedded within a webpage. It can be considered as a web element like dropdown, text box, etc as it resides inside a webpage.
Event Listener in Selenium
We have already learned about the TestNG Listeners, which are used to alter the behavior of TestNG implementation. Event Listener in selenium is similar to the implementation of TestNG listeners.