This method is obsolete. See the Remarks section below. |
Description
Use the OpenProjectSuite
method to open a project suite or a project in TestComplete.
Declaration
IntegrationObj.OpenProjectSuite(FileName)
IntegrationObj | An expression, variable or parameter that specifies a reference to an Integration object | |||
FileName | [in] | Required | String | |
Result | Boolean |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
FileName
Specifies the fully qualified name of the project suite file to be opened.
Result Value
True if the project suite was opened successfully or False otherwise.
Remarks
This method is obsolete. To open a project suite or a project in TestComplete, use the OpenProjectSuiteEx method.
See Also
Working With TestComplete via COM - Overview
IsProjectSuiteOpened Method
ProjectSuiteFileName Property