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 Group object contains the following methods:
Method List
Name | Description |
---|---|
AddVariable
|
Adds a new “ordinary” or object variable to the group. |
AddVarOfArrayType
|
Adds a new “array” variable to the group. |
AddVarOfClassType
|
Adds a new object variable to the group. |
DeleteVariable
|
Deletes the specified variable from the specified group. |
Run
|
Walks down the object hierarchy starting from the given data group. |