extent reports in selenium webdriver

      3 Comments on extent reports in selenium webdriver

Selenium WebDriver Reporting – Extent Reports

Refer to the below Links for Practise
Selenium Wiki
Complete List of Selenium Basics
50 Real Time Interview Questions
Real Time Scenario’s
Java Platform Standard Edition 8 Documentation
Complete List of Java Basics
Java Quiz
Java OOPS Quiz
Selenium Advanced Quiz
Selenium Quiz




As we all familiar with different types of reporting Tools like XSLT Reporting,Allure Reporting mentioned below:
XSLT Report: http://total-qa.com/generate-xslt-report-ant-build/
Allure Report: http://total-qa.com/advanced-selenium/allure-reporting/

We will explore a new open source reporting tool Extent Reports in selenium webdriver.
Extent Reports is a logger-style API written for Java and .NET environments which allows creating HTML reports from tests.

    Steps to Configure Extent Reports:

  • Access the link extent reports for maven dependency information
  • Create a maven project add the extent reports dependency.
  • extentReports

    extentReports

  • Create a Sample Program to generate extent reports.
  • Execute the program verify the extent.html file generated in the project.
  • extentreports1

    extentreports1

3 comments on “extent reports in selenium webdriver

  1. foram patel

    this code is not working in my selenium. its not creating any folder or file so save report. i have downloaded extentreports-java-3.1.5 version so is it a version problem or what?

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *