Develop > Presentation layer > Management Center test automation framework
wcfAutoVerifyNoObjectAction
The wcfAutoVerifyObjectAction action verifies that the specified business object does not exist.
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 used in the wcfAutoVerifyNoObjectAction action:
<!-- Verify that the attachment was *not* found --> <action name="wcfAutoVerifyNoObjectAction"> <param name="object" value="deletedAttachment"/> </action>
Related reference