SourceForge.net Logo
prevtopnext
izh_test
    Kinds of tests
        test_script - Sequence of simple test actions
if_property_equal - Executing test commands if value of internal variable equal to this.

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>
Where:
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.

prevtopnext

SourceForge.net Logo