ParameterizationType property

Supported in versions 14.50 and later.

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 OpenText Functional Testing 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 OpenText Functional Testing 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: