Unlockcomponent
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.
Required Attributes
id
Identifies the component to be unlocked by this testcase.
When a testcase finishing executing it will also issue
unlockcomponent request for each of the components that
were locked and never unlocked by the testcase.
Usage Examples
Example #1
<local>
<echo>Remote counter retrieval</echo>
<lockcomponent id="DTFA1">
<attrib name="type" value="DTFA" />
</lockcomponent>
</local>