Silk test Scripts from command line

How to run the test scripts / projects from command prompt?

Showing Answers 1 - 1 of 1 Answers

Partner [-complog filename] [-m mach] [-opt optionset.opt] [-p mess] [-proj filename [-base filename]] [[-q] [-query query name] [-r filename] [-resexport] [-resextract] [-r] scr.t/suite.s/plan.pln/link.lnk [args]]


To load SilkTest, type:

partner

To run the test.s suite, type:

partner -r test.s on system "sys1"

To run the test.t script, type:

partner -m sys1 -r test.t

To run the test.t script with arguments, type:

partner -r test.t arg1 arg2

To run the tests marked by the query named query3 in tests.pln, type:

partner -query query3 -r tests.pln

To run tests.pln, and export the most recent results set from tests.res to tests.rex, type:

partner -q -resexport -r tests.pln

To edit the test.inc include file, type:

partner test.inc

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions