|
|
|
The command allows checking value of internal variable from test script .
Full specification of the command looks like:<if_property_equal>
<name>name of property</name>
<value>value of property to compare with</value>
<items>
.. script items to execute if equal ..
</items>
</if_property_equal> |
| name | Name of checked internal variable . |
| value | Value, which is used to compare with internal variable . |
| items | The test commands of the test script , which are executed if value of the internal variable mach with requirements. |
|