How to generate reports using Junit Selenium WebDriver

  • 9 years ago
Ant is a open source build tool, used to compile the source code, creating the build artifacts such as JAR, WAR, and EAR files. Ant libraries available which has to be downloaded, unzip, and copy (JAR file) into the Ant’s “lib” folder. Once the library file is copied, then we can utilize the “Tasks” in the Ant’s build.xml file.

Let’s create a new project in Eclipse and generate a build.xml file to execute the Java files of project
In this example we are going to generate the junit reports.

http://www.softwaretestutorials.co.in/selenium/how-to-generate-report-using-junit-selenium/

Recommended