September 16, 2006
Unit Testing and Code Coverage: When is Enough, Enough?
When is enough, enough?
Just because the Code Coverage says that every fork in execution is covered, doesn't necessarily mean that every bit of testing possibility is covered, it's only a good yardstick. I think I at least need to run through each unit individually to see the Code Coverage independent of each other.
After that, I should have a solid foundation of tests on which to build as we discover bugs (or they are reported to us).
Tags: code coverage, unit testing, tdd, visual studio 2005, amino software, software