SyncTime Property
Description
The period of time OpenText Functional Testing 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, OpenText Functional Testing waits the specified period of time before checking the emulator status. OpenText Functional Testing 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