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.
Example
To view an example that demonstrates how to use the OpenProjectSuite
method, see the Working With TestComplete via COM - Overview help topic.
See Also
Working With TestComplete via COM - Overview
IsProjectSuiteOpened Method
ProjectSuiteFileName Property