AutoVerifyNoObjectAction
The AutoVerifyNoObjectAction action verifies that the specified business object does not exist.
<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/AutoVerifyNoObjectAction">
...
</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 attempted to locate the business object.
Example
The following code snippet shows an example of this parameter when used in the AutoVerifyNoObjectAction action:
<!-- Delete the attachment -->
...
<action name="cmc/automation/AutoVerifyNoObjectAction">
<param name="object" value="attachment"/>
</action>