Record Measured Values

Overview

The example in this chapter illustrates how measured values can be recorded.

To achieve this, the following programming code must be called in a method that is executed within a test.

Example

TestManager.fbMeasurandList.AddMeasurand('module', 'name', ET_MeasurandTypes.E_NotClassified, 'value');

For further information, refer to:

oFB_MeasurandList

oET_MeasurandTypes

Every time a command is executed, a new measured value is recorded.

TestManager is the name of TestManager-object of the application.