Description
Use the OpenProjectSuiteEx
method to open a project suite in TestComplete. Also, this method allows you to automatically convert project suites created in earlier TestComplete versions to the current version at opening. If a project suite cannot be opened, an error occurs.
Declaration
IntegrationObj.OpenProjectSuiteEx(FileName, ForceConversion)
IntegrationObj | An expression, variable or parameter that specifies a reference to an Integration object | |||
FileName | [in] | Required | String | |
ForceConversion | [in] | Optional | Boolean | Default value: False |
Result | None |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameters:
FileName
Specifies the fully qualified name of the project suite file (.pjs) to be opened.
ForceConversion
Specifies whether the method should convert an open project suite to the format adopted in the current version of TestComplete. If this parameter is not specified, the project suite won't be converted.
Result Value
None.
Example
To view an example that demonstrates how to use the OpenProjectSuiteEx
method, see the Working With TestComplete via COM - Overview help topic.
See Also
Working With TestComplete via COM - Overview
Integration Object