Scenario API¶
Scenarios represents a abstract test setup, that is required to run a testmethod (testmethods are defined in
Scenario’s). Just like the Setup the Scenario consists of one or more
Device’s, which in turn instantiate the required Feature’s.
Basic Scenario¶
The basic Scenario class is the master class of every scenario.
- class balder.Scenario¶
This is the basic scenario class. It represents an abstract class that should be the base class for all scenarios.