SourceForge.net Logo
prevtopnext
izh_test
    Kinds of tests
        test_script - Sequence of simple test actions
call_template - Using script commands by rather defined template.

This test command allows using of test template described rather .

Substitution variables , used in the command, are replaced by their values right in place of using the template.

Also the command allows specifying values of substitution variables right in it (using params and safe_params)

Full specification of package looks like:
<call_template>
  <params>        .. named params              .. </params>
  <safe_params>   .. named params if undefined .. </safe_params>
  <name>name of test template</name>
</call_template>

Where:
params, safe_params Definitions of substitution variables for using in test component.
name Name of used named test template (should be specified somewhere in an aggregate test included this test in the part test_templates ).

This command works like the test call_template . Templates for the command are defined similarly. But the command ignores specifier spec .


prevtopnext

SourceForge.net Logo