VirtualUserScript NumberOfWarmupIterations Property C# API
Gets or sets the number of warm-up iterations for this Virtual User.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public int NumberOfWarmupIterations { get; set; }

Field Value

The number of warm-up iterations for this Virtual User.
Remarks

The value indicates the number of warm-up iterations this Virtual User will execute and is only relevant to the repeated sequence of scripts. Warm-up iterations are considered to be of no interest statistically and during a warm-up iteration the start and end transaction events are not written to the VU event log.
See Also