Behavior Driven Development
- Related to
functional testingandacceptance testing
Specification
Feature- As a player
- I want to play a single-player game
- So that I can play alone
Scenario: Play as Single-PlayerGiven: I start a new gameWhen: I select "One Player"Then: the game should respond with "welcome player one" and should offer the option to start the gameScenario: Play as Two-Player ...