TestNG Tutorial #19 – TestNG Report Generation in Selenium | Part 2

In this TestNG tutorial we will learn how to setup ReportNG plugin for TestNG Report generation in Selenium WebDriver. This is part 2 of the two part report generation in TestNG tutorial series.

As we have seen in previous tutorial that the default report in TestNG does not provide a neat layout so we can use ReportNG plugin to get a better looking report for our TestNG test cases.

This tutorial will explain how you can install ReportNG plugin and then configure it to get custom reports in TestNG

TestNG Tutorial #18 – TestNG Report Generation in Selenium | Part 1

In this TestNG tutorial we will learn how to setup TestNG Report generation in Selenium WebDriver. This is part 1 of the two part report generation in TestNG tutorial series.

TestNG provides default report which is generated when ever you execute your tests using TestNG framework. We will learn how you can use this report and also do some customization’s int this report.