Object Object Methods

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 methods:

Method List

Name Description
AddMethod Creates a new method in the object and returns this method as the Method object.
AddProperty Creates a new property in the object and returns this property as the Property object.
AddPropOfArrayType Creates a new “array” property in the object and returns this property as the ArrayObject object.
AddPropOfClassType Adds a new object property to the object.
DeleteMethod Deletes a method from the specified object.
DeleteProperty Deletes a property from the specified object.
Run Walks down the hierarchy of custom objects starting from the given object.

See Also

Object Object

Highlight search results