Report generated by ReportNg


Step 1 Download : - https://github.com/dwdyer/reportng/downloads

Step 2: Add these 2 jar files(velocity-dep.jar, reporting.jar) to project build path

Step 3: Add listeners in testng.xml

<listeners>
      <listener class-name="org.uncommons.reportng.JUnitXMLReporter"></listener>
      <listener class-name="org.uncommons.reportng.HTMLReporter"></listener>
</listeners>

Step 4: Download Guise.jar

http://www.findjar.com/jar/com.google.code.guice/jars/guice-1.0.jar.html

  Add it to project build path.

 
Step 5:   Go to Project Properties- TestNg- Disable default listener
No comments :

No comments :

Post a Comment