prev
top
next
izh_test
Kinds of tests
test_script - Sequence of simple test actions
Introduction
exec - Execution of external program
check - Comparing of file with etalon
exec_check - Execution of external program and comparing of its result with etalon
delete_file - Removing of file
copy_file - Copying of file
move_file - Renaming/moving of file
call_test - Execution of test
set_environment - Assign value for system variable
set_property - Assign value for internal variable of izh_test
if_property_equal - Executing test commands if value of internal variable equal to this.
if_property_not_equal - Executing test commands if value of internal variable not equal to this.
echo - Printing of debug message.
sleep - Pause.
start - Starting of parallel process.
call_template - Using script commands by rather defined template.
prev
top
next