testing.com > Testing Craft > Techniques (Code Coverage) > Writeups

Search

Writeups of Experience with Code Coverage Tools

Created and summarized by Brian Marick.

Code coverage tools measure how test suites exercise programs. For example, which lines of code in the program were never executed? A line of code that has never been executed can hardly be said to have been well tested.

I wrote my first code coverage tool around 1982. I have since written three more. I have a fair amount of experience with coverage tools. I think these three writeups will give you a sense of what it's like to use code coverage. They are all PDF files.

1Experience was first published in the proceedings of the 1991 Pacific Northwest Software Quality Conference.

2Misuse was first published in the 1999 International Conference and Exposition on Testing Computer Software


Related Testing Craft Pages


Be the first person to add a comment in the Wiki Forum at page CodeCoverage.
(The Forum is explained in its FrontPage.)


Summarized Discussion

In this spot, the author of this page will occasionally summarize the discussion in the Forum.