The basic steps

To use PureCoverage interactively:

  1. Collect coverage data.

  2. View the coverage data.

If you have not exercised your code sufficiently, or if you modify your code:

  1. Rerun your program, merging or comparing the new coverage data with the old.

In addition to using PureCoverage interactively, you can incorporate PureCoverage into your automated tests.
 

What else can you do?

Note: