Cobertura
Cobertura is Open Source Java technology based tool for Code Coverage. It calculates the percentage of the code accessed by test. It accomplishes this by inserting instrumentation of the Java byte-code.
Refer to Media:Cobertura.pdf for additional information. This document covers,
- Download and installation
- Integration into Software Development Lifecycle for projects using NetBeans IDE
- Instrumentation of the application code
- Testing and generating test coverage reports