A Scenario illustrates one situation in which the Story of which it is a part delivers its benefit. It can be used, with other scenarios if required, to verify that the Story has been delivered. It's the behaviour-driven equivalent of an acceptance test.
A Scenario describes a series of events, run in a particular context, and for which certain outcomes are expected.
We recommend that you extend {@link MultiStepScenario} toimplement Scenario. But you don't have to.
A scenario can also be used as the context to another scenario, by wrapping it with a {@link GivenScenario}.
@author Dan North @see ScenarioDrivenStory @see MultiStepScenario
|
|