Tag: Selenium
Configure Log4j | Data Driven Framework | Part 4
Logs provide an easy way to debug the execution flow. In this data driven framework tutorial, we will use log4j Logger to
Data Driven Framework | First Test | Part 3
At the end of this data driven framework tutorial you would be able to:create a test script and execute it using TestNGwrite a generic method
Data Driven Framework | Creating The Project | Part 2
In this part of data driven framework tutorial, we will perform the following:
Create a new Maven project and add necessary packages
Data Driven Framework Tutorial | Part 1
Data driven framework is a testing framework that uses external sources to store and manipulate test data. These sources could be excel sheets, databases, etc.
Stale Element Reference Exception In Selenium
The Stale Element Reference Exception is one of the infamous exceptions in selenium. This exception is caused when
Take Screenshot & Generate Extent Report | POM tutorial – Part 9
No framework is complete without reporting feature and we will use Extent report for this purpose. After this tutorial, you would be
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.