« Ender's Game Review | Main | Tippecanoe County 4-H Computer Project at the 4-H Expo »
January 20, 2004
Code Coverage & a good article on unit testing
Code coverage is something else I need to explore in my attempt to improve my software testing capabilities.
Clover is a code coverage analysis tool for Java
Here's a good article on unit testing in .NET. I especially like his analogy to an author writing a novel (automated spell checking in the word processor for the author is akin to unit tests for the developer).
With the recent release of NCover, a shared source .NET code coverage tool, the Nxxx line of .NET development tools is getting pretty impressive:
- NAnt: XML-based build tool
- NDoc: turn XML comments into pretty HTML pages
- NUnit: code testing framework
- NCover: code coverage
Have I missed any?
[sellsbrothers.com: Windows Developer News]
Posted by mikel at January 20, 2004 03:01 PM
Comments
Post a comment
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)