Link between tests and user stories
- by Sardathrion
I have not see these links explicitly stated in the Agile literature I have read. So, I was wondering if this approach was correct: Let a story be defined as "In order to [RESULT], [ROLE] needs to [ACTION]" then
RESULT generates system tests.
ROLE generates acceptance tests.
ACTION generates component and unit tests.
Where the definitions are the ones used in xUnit Patterns which to be fair are fairly standard.
Is this a correct interpretation or did I misunderstand something?