Show TOC

Measurement SeriesLocate this document in the navigation structure

Process

The construct in the Coverage API that makes it easier to run and to manage repetitive series of code coverage measurements.

A measurement series offers these features:

  • The capability of specifying and saving a default configuration of code coverage calculation

  • The capability of specifying and saving a default selection of entities for which code coverage is to be calculated

  • The capability of saving a default set of users and a default scope setting (all servers of the system or only the local server)

  • Chronological ordering of measurements and results in the series, together with convenient mechanisms for accessing these objects.

A measurement series is represented by an object of type IF_SCV_SERIES.

Here is the tutorial on working with measurement series.