Loops Property
Gets or sets the number of times the test item will be run at runtime.
Type: TestGroup
Namespace: XJTAG.Integration.XJRunner
Syntax
public uint Loops { get; set; }
Type
- uint
Remarks
If set to 0 and the LoopContinuously property is set to false, the test will not run. If the LoopContinuously property is set to true, this property is ignored.
XJTAG v4.2.5
