AutoTest II Sytem Operation
Subject to Export Control, see Cover Page for details.
6-14
displaypicscreen “string” “file name”
Displays a screen containing an .xbm or .gif image and text at the bottom.
Example:
displaypicscreen ”This is a TEST” [file join $::AX(scriptpath) test.gif]
Tutorial 2 (tut2.tcl) provides information on using displaypicscreen.
debug “mode” “string”
Debugs AutoTest II test scripts.
::AX(debug) 1
Turns debug statements in test script on (executes debug “mode” “string”).
Prints debug command and stops script.
::AX(debug) 0
Turns debug statements in test script off. Prints debug command and continues script.
Use the ‘print’ command to display information on the Debug Screen; do not use the ‘puts’
command as this command is reserved for file access.
Example:
set a “TEST”
puts $1 <- invalid AutoTest II command
print $2 <- valid AutoTest II command
AutoTest to Tcl Command
The following table provides a conversion guide for replacing AutoTest commands with Tcl
Commands.
AutoTest Command Tcl Command
IF IF
repeat for/next loop
result_print print
wait delay