Code Coverage tools

Quilt
Quilt is a Java software development tool that measures coverage , the extent to which unit testing exercises the software under test. It is optimized for use with the JUnit unit test package, the Ant Java build facility, and the Maven project management toolkit.

License Apache Software License 
HomePage http://quilt.sourceforge.net/

GroboCodeCoverage
GroboCodeCoverage is a 100% Pure Java implementation of a Code Coverage tool. It uses Jakarta’s BCEL platform to post-compile class files to add logging statements for tracking coverage.

License MIT License 
HomePage http://groboutils.sourceforge.net/codecoverage/index.html

Cobertura
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage. 

License GNU General Public License (GPL) 
HomePage http://cobertura.sourceforge.net/


Leave a comment

0 Comments.

Leave a Reply

  • Read this materials also:
  • Code Beautifiers
  • Code Analyzers
  • Command Line tools
  • Charting & Reporting Tools in Java
  • Cache Solutions in Java
  • Database Connection Pools
  • JAVA Software Download – Aspect-Oriented Frameworks
  • JAVA Software Download – Build Systems
  • Collections
  • Crawlers in Java
  • Sitemap   Follow j2eetutorial on Twitter    

    Δ Top