LoopContinuously Property

Gets or sets a value indicating whether the test item will loop continuously at runtime.

Type: TestGroup

Namespace: XJTAG.Integration.XJRunner

Syntax

public 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.