TestingFAQ.org

January 10, 2010 0

This web site lists tools, courses, contractors, consultants and other resources for software testing. http://www.testingfaqs.org/

Measure Test Coverage with Cobertura

January 5, 2010 0

Cobertura is an open source tool that measures test coverage by instrumenting a code base and watching which lines of code are and are not executed as the test suite runs.

How to Misuse Code Coverage

January 4, 2010 0

Code coverage tools measure how thoroughly tests exercise programs.  They are misused more often than they’re used well. This paper describes common misuses in detail, then argues for a particular cautious approach to the use of coverage.

1 168 169 170 171