Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Command Line suite level
reactancexl
Posts: 177 ✭
in SOAtest
what is the parameter for executing at Suite or Scenario level. I have the parent test suite (one autocreated after tst creation(parent.tst), and a child (scenario) of this named "Virtualize"
soatestcli.exe -config -<parameter name/value
what is the parameter name and what would value look like? Also if I point to the lower scenario with the set up tests on the "top level" suite still execute?
Tagged:
0
Comments
-
If you need to execute a test suite independent of anything else then it needs to be in its own tst file. If you have some common "setup" then you may want to put that in its own tst file as well then reference it where needed. Also see Reusing and Modularizing Test Suites for End-to-end Testing.
0