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 ArrayType object contains the following methods:
Method List
Name | Description |
---|---|
AddItem |
Adds a new item with the specified value to the end of the array and returns the ArrayItem object that provides a scripting interface to the new item. |
AddItemOfArrayType |
Adds a new item, which will be an array itself, to the end of the array. |
AddItemOfClassType |
Adds a new item to the end of the array. |
DeleteItem |
Deletes an array item with the specified index. |