0

Is there any way to export the Code Coverage percentage of the class files to some report format from the jtest tool so this report can be shared with the rest of the team?

2 Answers2

0

According to the online docs you can export them to HTML/XML and ASCII, you can even apply XSL to make your own formats.

Shaun Wilde
  • 8,228
  • 4
  • 36
  • 56
0

When the tests complete execution, find report generation button to create an html report of the results and coverage. Depending on license and versions of JTest you have, you may be able to customize more report style through the JTest preferences.