Working with TestNG Listeners in Selenium Webdriver

Manul Wickramanayaka
Test Automation Hub
6 min readMay 29, 2021

--

Topics to be covered in this article.

What are TestNG listeners?
Types of Listeners in TestNG
Test Scenario
Setting up the prerequisites for the Demo
Implement ITestListener Interface
Demo Test Run
Use of Listeners in Suite Level

What are Listeners in TestNG?

--

--