if you haven't read the introduction yet, please read the introduction to BDD
What is this story all about ?
The idea is that the words you use influence the way you think about something.
To smooth its path through the development process, We say that it must fulfill certain additional criteria.
A story should have a Title, a Narrative and AcceptanceCriteria:
Title:
Gives us a label to describe this piece of function throughout the life of the project.
It is important to choose good titles to describe the story,
Since the story is an atom of development and as such is referred to in all sorts of conversations throughout the life of the project.
Poor titles for stories are things like:
• Implement Performance Enhancements
• Move Data
• Create Persistence Layer
Titles should describe the story in business terms, and should make sense when,
For example, considered as a unit of value for the system.
Some examples of better titles may be:
• Accept Credit Card Payment
• Confirm Exchange Rate
• Accept Product Updates