ProjectRoutinesIterator Property

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

Description

The ProjectRoutinesIterator property returns a ProjectRoutinesIterator object that provides access to the collection of scripting routines of a TestComplete project that belongs to the currently opened project suite. You can then use this object to obtain a list of the project’s scripting routines.

Declaration

IntegrationObj.ProjectRoutinesIterator(ProjectName)

Read-Only Property A ProjectRoutinesIterator 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

The name of the project whose script routines you would like to obtain. The project must belong to the currently opened project suite. Specify the project name as it is displayed in the TestComplete Project Explorer panel.

Property Value

A ProjectRoutinesIterator object that provides access to the collection of scripting routines of the specified project.

Remarks

If you use Python or DelphiScript, you should enclose the parameter of the ProjectRoutinesIterator property in square brackets: ProjectRoutinesIterator[ProjectName].

See Also

Working With TestComplete via COM - Overview
ProjectRoutinesIterator Object
ScriptRoutine Object

Highlight search results