» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with cobertura + quality

In pursuit of code quality: Don't be fooled by the coverage report

Test coverage tools bring valuable depth to unit testing, but they're often misused. This month, Andrew Glover brings his considerable expertise in this area to his new series, In pursuit of code quality. This first installment takes a closer look at what

cobertura: del.icio.us tag/cobertura

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.

cobertura: del.icio.us tag/cobertura