AutoVerifyObjectAction
The AutoVerifyObjectAction action verifies that the specified business object exists.
<testcase>
element by using the <action>
element. Set the
value for the name
attribute of the <action>
element to
identify the name and package of the action.
<testcase>
<action name="cmc/automation/AutoVerifyObjectAction">
...
</action>
</testcase>
Parameters
This action accepts the following parameters:- object
- The name of the business object. This name must match the objectKey parameter of a previous action that created or located the object.
Example
The following code snippet shows an example of this parameter when used in the AutoVerifyObjectAction action:
<!-- Verify that the attachment was found -->
<action name="cmc/automation/AutoVerifyObjectAction">
<param name="object" value="attachment"/>
</action>