SourceForge.net Logo
prevtopnext
izh_test
    Kinds of tests
        test_script - Sequence of simple test actions
call_test - Execution of test

The command allows executing a test as part of the test script .

Full specification of the command looks like:
<call_test>
  .. test description ..
</call_test>
Where:
call_testXML-specification for using test.

The command executes the test and returns its results as own results of the whole script .

The command is used for tests which require pre- or/and post- actions or have more test file results to compare than original test.

So as single command of script doesn't have names (the script has names) identification specification of the test from the command is ignored.


prevtopnext

SourceForge.net Logo