TestSuite Property

Applies to TestComplete 15.62, last modified on March 19, 2024

Description

Use the TestSuite property to obtain access to the test items of the project suite or project.

Declaration

IntegrationObj.TestSuite(ProjectName)

Read-Only Property A ProjectTests_COMAccess 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 project, to whose test items you want to obtain access. This project must belong to the project suite opened in TestComplete.

If ProjectName is an empty string, the property provides access to the project suiteā€™s test items.

Property Value

If ProjectName is specified, the property returns the ProjectTests_COMAccess object that provides access to the test items of the specified project.

If ProjectName is an empty string, the property returns the ProjectSuiteTests_COMAccess object that provides access to the test items of the project suite.

See Also

Working With TestComplete via COM - Overview
ProjectTests_COMAccess Object
Tests, Test Items, and Test Cases

Highlight search results