Project Property

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Use the Project property to obtain the ProjectIntegration object that provides a scripting interface to the specified TestComplete project.

Declaration

IntegrationObj.Project(ProjectName)

Read-Only Property A ProjectIntegration object
IntegrationObj An expression, variable or parameter that specifies a reference to an Integration object
ProjectName [in]    Required    String    

Applies To

The property is applied to the following object:

Parameters

The property has the following parameter:

ProjectName

Specifies the name of the desired project. This project must belong to the project suite opened in TestComplete.

Property Value

A ProjectIntegration object that represents the specified TestComplete project.

See Also

Working With TestComplete via COM - Overview
ProjectSuiteFileName Property
RunProject Method

Highlight search results