Category: Listeners
How to create custom TestNG Report in Selenium with IReporter?
November 15, 2018
Reporting is one of the key components of the Automation framework. Every automation framework should be implemented with test reporting which gives detailed data of the testing processes. The …
How to Retry Failed Test Cases in Selenium using TestNG?
November 12, 2018
We have discussed lots more features of TestNG so far. Today we are going to discuss one of the most important features of the TestNG which helps to retry …
How to implement TestNG Listener using ITestListener in Selenium?
November 11, 2018
We have already discussed WebDriver Listeners. In that tutorial, we discussed all the fundamental concepts of the listeners. Just to remind you, Listeners listen to the events on starting …
WebDriver Event Listener for effective Logging and Reporting
October 1, 2018
We discussed a lot more things about Selenium WebDriver. Today we are going to discuss Selenium WebDriver Event Listener. A framework without the implementation of the listener is incomplete …