BrowserParameterName property

Supported in UFT One versions 14.50 and higher.

Description

Defines the name of the parameter used to define the web browser used by the test.

For more details, see Web Tab (Record and Run Settings Dialog Box) in the UFT One Help Center.

Back to top

Property type

Read-write property

Back to top

Syntax

Visual Basic
Public Property BrowserParameterName As String

Back to top

Example

The following example indicates that the test should use the values defined in the browser parameter to determine the web browser to use for the test.

qtApp.Test.Settings.Launchers("Web").BrowserParameterName = "browser"

msgbox qtApp.Test.Settings.Launchers("Web").BrowserParameterName

Back to top

See also: