Last active
November 7, 2021 12:10
-
-
Save richteri/9f5c71521f74f50c9502 to your computer and use it in GitHub Desktop.
BDD Story Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title (one line describing the story) | |
Narrative: | |
As a [role] | |
I want [feature] | |
So that [benefit] | |
Acceptance Criteria: (presented as Scenarios) | |
Scenario: Title | |
Given [context] | |
And [some more context]... | |
When [event] | |
Then [outcome] | |
And [another outcome]... | |
Examples: (to substitute placeholders in scenario texts) | |
| name1 | name2 | ... | nameN | | |
| arg1 | arg2 | ... | argN | | |
... | |
Scenario: ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment