Your vote is more precious than gold. Login and vote now.
By dgreen99
via greensopinion.blogspot.com
Submitted: May 15 2008 / 23:48
Software development best-practices encourage a thorough automated test strategy and continuous integration (for me that's Hudson, Ant and JUnit). Even better is to measure code coverage of your tests using a tool such as Cobertura. Code coverage tools will tell you which code was executed by your tests. This kind of analysis is ideal for finding untested code, however it's easy to be mislead by code coverage reports.
SaveShareSend
Tags: frameworks, java, methodology, tools
Add your comment