ShowLowSpeedWarnings Property
Description
Indicates whether OpenText Functional Testing 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 OpenText Functional Testing to display warnings if the connection speed to the server is low.
False--Instructs OpenText Functional Testing 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 OpenText Functional Testing 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 OpenText Functional Testing 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