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 ArrayObject object contains the following methods:
Method List
Name | Description |
---|---|
AddItem |
Adds a new item to the end of the array. |
AddItemOfArrayType |
Adds a new item holding an array to the end of the specified array. |
AddItemOfClassType |
Adds a new item holding a reference to an object to the end of the specified array. |
DeleteItem |
Deletes the specified array item. |
Run |
Processes each array item and walks down the custom object hierarchy. |