New to Telerik Test Studio? Download free 30-day trial

Condition

Overview

The Condition is a special Verification, that specifies whether to execute a Test Step, or not. As oposed to the normal Verifications, the Condition does not Fail the Step, just prevents the Runtime from executing it.

See Verifications for details how to configure the properties of the Condition.

Condition

Conditions have a prefix [Condition] in the Output window and in the Telerik.ApiTesting.Runner.exe console output. The result of a condition can be either TRUE or FALSE.

Condition

Condition

Verifications don't have a prefix in the Output window nor in the Telerik.ApiTesting.Runner.exe console output.

Usages

  • When initializing a Test Run
  • Skip Verifications on specific test environments
  • Create a Loop with a Goto Step.
In this article