This post is the result of group notes on:
“How do we get from stories to effect story tests?”
1. Use a template for stories
As a <role> I want <feature>so that <benefit>.
2. Describe the feature and break down into logical groups or “stories”
3. Elaborate stories with concrete examples that become “acceptance tests”
Acceptance tests are:
not a substitute [...]