SyncTime Property

Description

The period of time UFT One waits before checking the emulator status (in milliseconds).

Property type

Read-write property

Syntax

Visual Basic
Public Property SyncTime As Long

Return Value

Any positive integer.

Remarks

After a Sync step, UFT One waits the specified period of time before checking the emulator status. UFT One repeats these checks at the specified interval until the emulator status changes to Ready (or until the Sync timeout is reached), and then continues with the run session.

Specify the interval (in milliseconds) between emulator status checks. The default is 200.

Note: Specifying a very long interval could significantly increase the time your tests or components take to run.

This property value is emulator-specific and is saved with the selected emulator.

Example

See Also