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 Method object contains the following properties:
Property List
Name | Description |
---|---|
Enabled
|
Specifies whether the method is processed by the Run methods when they walk down the custom object hierarchy. |
IsInit
|
Specifies whether the method is an “Init” method. |
Name
|
Specifies the method name. |
ScriptProc
|
Specifies the scripting routine that is used as the object method. |