Thursday May 24, 2007
Code quality and coverage
Here are the some of the interesting articles about code quality and code coverage analysis and relation to product quality.
Understand the quality...division of people into 2 groups - " 1. People who know why every good software company ships products with known bugs. 2. People who don't. "
"Code coverage analysis is the process of:
* Finding areas of a program not exercised by a set of test cases,
* Creating additional test cases to increase coverage, and
* Determining a quantitative measure of code coverage, which is an indirect measure of quality. ".
Posted by Jagadesh Babu Munta
( May 24 2007, 06:57:27 PM PDT )
Permalink