SourceForge.net Logo
prevtopnext
izh_test
    Kinds of tests
        test_script - Sequence of simple test actions
delete_file - Removing of file

This test command allows deleting file.

Full specification of the command looks like:
<delete_file>file name to delete</delete_file>
Where:
delete_fileFull filename/path for the file, which should be deleted.

Before deleting izh_test adds path to the directory with file specification of test to the filename. So command is oriented to delete files in the directory with tests.

You don't have to use substitution variable %test_dir% .

The command doesn't return any test results and executes successfully everywhere.


prevtopnext

SourceForge.net Logo