Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.22 KB

condition.md

File metadata and controls

40 lines (23 loc) · 1.22 KB
title page_title description position published
Condition
Condition
Progress® Test Studio® for APIs - Condition
0
true

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.