FullName Property

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

Description

The FullName property returns a unique string that identifies a tested object in the system. The object’s “full name” includes both the object’s name and those of its parent objects.

Declaration

TestObj.FullName

Read-Only Property String
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

All processes, windows, controls and onscreen objects.

View Mode

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Property Value

String holding the full name of the testObjectObj.

Remarks

It is not recommended to use the FullName property for name mapping. If you map an object using this property, TestComplete will not use the mapped name when recording scripts. It will use the ordinary (non-mapped) name. Also, using the FullName property may cause performance problems during the recording.

See Also

Name Property
Id Property
MappedName Property
Parent Property

Highlight search results