Description
Use this method to check whether TestComplete support your version of AQtime (AQtime of this version must be installed on your computer).
Declaration
AQtimeIntegration.IsSupportedVersionAvailable(MajorVersion)
MajorVersion | [in] | Required | Integer | |
Result | Boolean |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
MajorVersion
An integer value specifying the major number of AQtime version.
Result Value
True if the specified version is installed on your computer and supported by TestComplete. False otherwise.
Example
To view an example, see the Integration With AQtime Using the AQtimeIntegration and AQtime Objects help topic.