Checking Attributes

It is possible to check the value of simple type attributes on an object referenced in the provtest environment. To do that you will use the "checkObject" action.

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