Selecting an Object

To select an object in the ossm and reference it into the provtest environement, you will use the "select" action. This select is internally executed using the "extent" DII call.

<test name="test_action_select_1">
		<description>Test action select : nominal test case</description>
		<action>
			<createSo orderId="1" >
				<sod/>
			</createSo>
			<select object="2" type="sodata::ServiceOrderData" >
				<attr name="orderId" value="test_action_select_1@@1"/>
			</select>
		</action>
		<action expr="KO" >
			<select object="3" type="sodata::ServiceOrderData" >
				<attr name="orderId" value="test_action_select_1@@unused_name"/>
			</select>
		</action>
	</test>