Statement, Branch, and Path Coverage Testing in Java (O'ReillyNet)
[Posted March 5, 2007 by cook]
Joe Ponczak
discusses Java code coverage in an O'Reilly article.
"
Even with unit tests approaching 100% coverage, critical logic errors could
be hiding in your code. It is impossible to test every possible condition,
but with a little analysis of the potential paths and a plan to test them,
you can be much more confident in the quality of your tests."
(
Log in to post comments)