izh_test
Kinds of tests
test_script - Sequence of simple test actions
move_file - Renaming/moving of file
This test command allows moving or renaming file.
Full specification of the command looks like:
<move_file>
<from>source file name</from>
<to> destination file name</to>
</move_file> |
Where:
from | Full filename/path for the source file
|
to | Full filename/path for the destination file
|
Before moving/renaming
izh_test adds path to the directory with file specification
of test to the filenames.
So command is oriented to move 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.