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.
TestManager.fbMeasurandList.AddMeasurand('module', 'name', ET_MeasurandTypes.E_NotClassified, 'value');
For further information, refer to:
Every time a command is executed, a new measured value is recorded.
TestManager is the name of TestManager-object of the application.