Lockcomponent
This tag is used to identify and lock the components required
for the execution of the current test case. When you lock a
Component you can then define a global alias
by which it will be known for use by other tags such as the
Component tag.
Children Tags
Required Attributes
id
Specifies the internal ID that will be used to identify
this component in the test case.
Optional Attributes
name
Specifies the exact name of the component we want to lock,
this name will identify one and only one component that
has been registered with the DTFC.
Usage Examples
Example #1
<local>
<echo>Remote counter retrieval</echo>
<lockcomponent id="DTFA1">
<attrib name="type" value="DTFA" />
</lockcomponent>
</local>