As with many terms, scenario means different things to different
people in the world of software testing. In TETware we use test scenarios to
tell the test case controller which test cases to process and how to process
them. The scenarios are stored in a scenario file. The file may contain one or
more scenarios, and they may be cross-referenced. The file is written is a
simple, but powerful, scenario language.
The scenario language is used to define the scenarios. Each scenario consists
of a scenario name, the first word in a scenario, that may be followed by
scenario elements. These elements may be simple elements or directives. Comments
may also be included to describe the test scenarios and their purpose.