Validating Object Attributes

In order to validate an object attribute (outside of the scope of an "expect" element) you may use the "checkObject" action. Only a referenced object may be validated this way.

<test name="test_action_checkObject_1">
		<flow>flow1</flow>
		<description>Test action checkObject on internal/user symbols</description>
		<action>	
			<checkObject object="test_action_checkObject_1@@1">
			<attr name="orderId" value="test_action_checkObject_1@@1"/>
			</checkObject>
		</action>
	</test>