RuntimeParameterization Property

Supported in UFT One versions 14.02 and higher.

Description
Indicates whether the browser used is set by the parameter currently defined in the Record and Run Settings dialog.
This property is supported only when a test is currently open in UFT One.
For more details, see Web Tab (Record and Run Settings Dialog Box) in the UFT One Help Center.
Property type
Read-write property
Syntax
Visual Basic
Public Property RuntimeParameterization As Boolean
Return Type
  • True-- Enables browser parameterization as defined in the test's Record and Run Settings.
    This enables you to define the browsers used to run your test by using parameter values in a data table.
    For more details, see Set up multiple browser testing in the UFT One Help Center.
  • False-- Determines that the test records and runs without parameterization.
Example
See Also