ParameterizationType property

Supported in UFT One versions 14.50 and higher.

Description

Defines the type of parameter used when parameterization is enabled for 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 ParameterizationType As String

Back to top

Return type

One of the following:

  • DataTable. Uses parameters defined in the UFT One data table.
  • TestArgs. Uses parameters defined as test parameters.

Back to top

Example

The following example indicates that the test should use the parameters defined in the DataTable.

qtApp.Test.Settings.Launchers("Web").ParameterizationType = "DataTable"

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

Back to top

See also: