Typical Formats followed for User Story & Acceptance Criteria
What the format in use to write down a User story?
The following format should be used to write user stories
As a [role]I want [feature]So that [benefit]Whats the format in use to write Acceptance criteria?Each Acceptance Criteria should have a number of Acceptance Tests presented as scenarios written in Gherkin formatScenario 1: TitleGiven [context]And [some more context]...When [event]Then [outcome]And [another outcome]...
Comments
Post a Comment