background image
<< Commands - Run Menu | Commands - About saving files >>
Commands - Compile All
<< Commands - Run Menu | Commands - About saving files >>
User's Guide
511
27 M
ENU
C
OMMANDS
Run Menu
Run/Application State...
Opens the Run Application State dialog, which allows you to run or debug an
application state defined in your test frame file or the active script file.
If you click Debug, SilkTest displays the file in which the application state
resides and enters debugging mode. Special debugging commands are
available on the Breakpoint, Debug, and View menus. In addition, SilkTest
places a breakpoint at the first line of the application state.
Run/Compile
Compiles the testplan, suite, or script and all dependent files (such as include
files), if they have changed since they were last compiled. It also compiles
the following if needed: the files listed in the Use Files field in the Runtime
Options dialog, the compiler constants declared in the Runtime Options
dialog, and the include files loaded at startup.
Compile-time errors are automatically written to an error window. Compiling
a suite is equivalent to compiling each script in the suite individually.
Compare to Run/Compile All.
Run/Compile All
Compiles the script or suite and all dependent include files, even if they have
not changed since they were last compiled. It also compiles files listed in the
Use Files field in the Runtime Options dialog and the compiler constants
declared in the Runtime Options dialog. Finally, it compiles the include files
loaded at startup, if needed.
Compile-time errors are automatically written to an error window. Compiling
a suite is equivalent to compiling each script in the suite individually.
Compare to Run/Compile.