UseLicenseOfType Method
Description
Uses a license of the specified license type (unified or non-unified) if it is available.
Syntax
Visual Basic
Public Function UseLicenseOfType( _
   ByVal enUnifiedLicense As tagUnifiedLicenseType _
) As Boolean
Parameters
enUnifiedLicense
ValueDescription
qtNonUnifiedA license that supports only the GUI testing features in OpenText Functional Testing.
qtUnifiedFunctionalTestingA license that supports both GUI and API testing inside OpenText Functional Testing.
See Also