SourceForge.net Logo
prevtopnext
izh_test
    Kinds of tests
        test_script - Sequence of simple test actions
start - Starting of parallel process.

This test command allows to launch other programs in background mode.

Full specification of the command looks like:
<start>command line</start>
Where:
start Command line to launch the program.

izh_test adds nothing to the command line when launch the program (except substitution of variables) from arbitrary place in the file system.

So you have to use absolute path to the launched file or use the system substitution variable %test_dir% , which is replaced by the path to the directory with file-description of the test.

This command works like DOS-command "start" and Unix command line with ampersend at the end.


prevtopnext

SourceForge.net Logo