LoopContinuously Property
Gets or sets a value indicating whether the test item will loop continuously at runtime.
Type: ITestItem
Namespace: XJTAG.Integration.XJRunner
Syntax
public abstract bool LoopContinuously { get; set; }
Type
- bool
Remarks
When set to true the Loops property will be ignored and the current test will loop continuously until stopped by StopFunction or StopTesting, or by XJEase encountering an EXIT statement.
XJTAG v4.2.5
