Object Object Properties

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

The object-driven testing (ODT) functionality is deprecated. Do not use it to create new tests. It will be removed from the product in one of the future releases. As an alternative, you can create custom classes in your scripts. For more information, see Alternatives to the ODT functionality.

The Object object contains the following properties:

Property List

Name Description
ClassRef Returns the class on which the object is based.
IsFiltered Specifies whether TestComplete will process the given object when walking down the custom object hierarchy.
MethodCount Returns the total number of methods in the object.
Methods Returns the Method object that represents the specified method of the object.
Owner Returns the object or the array object that has a reference to the given object.
Properties Returns the Property object that represents the specified property of the object.
PropertyCount Returns the total number of properties in the object.

See Also

Object Object

Highlight search results