ShowLowSpeedWarnings Property

Description

Indicates whether UFT One shows a warning message each time the SAP GUI Server connection speed is low.

Property type

Read-write property

Syntax

Visual Basic
Public Property ShowLowSpeedWarnings As Boolean

Return Value

  • True--Instructs UFT One to display warnings if the connection speed to the server is low.

  • False--Instructs UFT One not to display warnings if the connection speed to the server is low.

    If True is selected, one of the following occurs if the connection speed is low:

    • If the session was opened by UFT One when recording began (via the Record and Run Settings dialog box), an error message is displayed and the recording stops.
    • If the session was opened by the user before recording started, an error message is displayed and recording continues in Standard Windows mode.
    If False is selected, one of the following occurs if the connection speed is low:
    • If the session was opened by UFT One when recording began (via the Record and Run Settings dialog box), no error message is displayed and the recording stops.
    • If the session was opened by the user before recording was begun, no error message is displayed and recording continues in Standard Windows mode.

Example

See Also