How to generate reports using Junit Selenium WebDriver

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

How to generate reports using Junit Selenium WebDriver

R
Rajesh Kuchana

115 Views • Jul 17, 2015

Description

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/