background image
<< Command Line - Syntax of the partner command | Menu Commands >>
Command Line - Examples
<< Command Line - Syntax of the partner command | Menu Commands >>
User's Guide
447
26 C
OMMAND
L
INE
S
YNTAX
Examples
Examples
To load SilkTest, type:
partner
To edit the test.inc include file, type:
partner test.inc
To load SilkTest and run the test.s suite, type:
partner -r test.s
To load SilkTest on system "sys1" and run the test.t script, type:
partner -m sys1 -r test.t
To load SilkTest and run the test.t script with arguments, type:
partner -r test.t arg1 arg2
To load SilkTest, run tests.pln, and export the most recent results set from
tests.res to tests.rex, type
partner -q -resexport -r tests.pln
To load SilkTest and run the tests marked by the query named query3 in
tests.pln, type
partner -query query3 -r tests.pln
args
Optional arguments to a script file. You can access the
arguments using the GetArgs function and use them with your
scripts.
For more information, see "Passing arguments to a script" on
page 147.
Option
Description