LWN.net Logo

Statement, Branch, and Path Coverage Testing in Java (O'ReillyNet)

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)

Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds