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.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property ParameterizationType As String |
Return type
One of the following:
- DataTable. Uses parameters defined in the OpenText Functional Testing data table.
- TestArgs. Uses parameters defined as test parameters.
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
See also: