TOC PREV NEXT



3

Using Rational PureCoverage

Rational PureCoverage: What it does

During the development process, software changes daily, sometimes hourly. Unfortunately, test suites do not always keep pace. Rational® PureCoverage® is a simple, easily deployed tool that identifies the lines and functions in your code that have not been exercised by testing. It supports C and C++ applications, as well as Java applications running on a Solaris SPARC 32-bit Java virtual machine (JVM).

Using PureCoverage, you can:

PureCoverage provides the information you need to identify gaps in testing quickly, saving time and effort.

This chapter introduces the basic concepts involved in using PureCoverage. For complete information, see the PureCoverage online help system, including the Java Supplement for PureCoverage.

Finding untested Java code

PureCoverage provides accurate coverage information that identifies all the gaps in your testing of Java code. To collect Java code coverage data, run PureCoverage with the -java option, as follows: