Name Property

Applies to TestComplete 15.63, last modified on April 23, 2024
This property is obsolete. See the Remarks section below.

Description

The Name property specifies the application’s name in the Tested Applications collection. This name is specified in the Name parameter of the TestedApps editor and is used as the item display name in the Project Explorer. It is also used to refer to the corresponding item in the Tested Applications collection from tests, for example, TestedApps.AppName.

Declaration

TestedAppObj.Name

Read-Write Property String
TestedAppObj An expression, variable or parameter that specifies a reference to a TestedApp object

Applies To

The property is applied to the following object:

Property Value

A string holding the application’s name as it is specified in the Tested Applications collection.

Remarks

The Name property is obsolete and is not visible in the Code Completion window. This property will not be available in future releases. Use ItemName instead.

See Also

ItemName Property
FullFileName Property
FileName Property
Path Property

Highlight search results