Delay Operation

Applies to TestComplete 14.0, last modified on January 23, 2019

Description

The Delay operation pauses the test execution for the specified time period.

Operation Result

The operation does not return any value.

Scripting Analogue

The operation performs the same actions as the aqUtils.Delay method.

Child Operations

The operation cannot have child operations.

Operation Parameters

The operation parameters are organized into the following pages:

Specify Delay Parameters

On this page you can modify the following parameters:

Delay time (ms)

Specifies the number of milliseconds for which the test execution will be paused.

Message for the indicator

Specifies the text to be displayed by the indicator during the pause. If this parameter is omitted, the indicator will display the “Delays the test execution for ... milliseconds.” message. The Delay time value takes the place of the ellipsis in the previous sentence.
Operation Parameters

This page contains the same operation properties that you specified on the Specify Delay Parameters page. However, it lets you specify them using code expressions, variables, test parameters or [Last Operation Result] values.

ms

Specifies the number of milliseconds for which TestComplete will pause the test execution. This parameter is the same as the Delay time parameter on the Specify Delay Parameters page.

Str

Specifies the text to be displayed by the indicator during the pause. This parameter is the same as the Message for the indicator parameter on the Specify Delay Parameters page.

See Also

Miscellaneous Category
Specifying Operation Parameters
Delaying Test Execution
aqUtils.Delay Method

Highlight search results