background image
<< Inserting a Suite into a Suite | Setting a Precondition Within a Suite >>
<< Inserting a Suite into a Suite | Setting a Precondition Within a Suite >>

Inserting a Scenario

Inserting Suites and Scenarios into Suites
211
Inserting a Scenario
You define a scenario in the
Scenarios
section of the suite by inserting a scenario and
then inserting items within it. To make a computer group execute a scenario, insert
the scenario name in a computer group. Otherwise, the scenario is not executed.
In the following suite, all three computer groups run the test scripts needed to
initialize the application before testing various parts of it. You can simplify this suite
by storing the required initialization test script in a scenario. The suite shows the test
script Initialize as part of the Initialize Application scenario. A delay could be added
to this scenario after the test script is run, and that change would filter to all instances
of the Initialize Application scenario.