<100% Test coverage - best practices in selecting test areas
- by Paul Nathan
Suppose you're working on a project and the time/money budget does not allow 100% coverage of all code/paths.
It then follows that some critical subset of your code needs to be tested. Clearly a 'gut-check' approach can be used to test the system, where intuition and manual analysis can produce some sort of test coverage that will be 'ok'.
…