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 format
Scenario 1: Title
Given [context]
And [some more context]...
When  [event]
Then  [outcome]
And [another outcome]...




Comments

Popular posts from this blog

QA's approach 2 Java - Understanding Static context

QA's approach 2 Java - Collections Framework & Generics Introduction

Technologies - Log4J - Create Log4j Configuration File - Where ? How ? What ?