Industrial XP Story Test-Driven Development |
Story Test-Driven DevelopmentWrite new code only if an automated storytest has failed
Story Tests are also known as functional tests or acceptance tests. Story tests are a set of automated tests written by Customer that validates that the system is functioning as specified by the stories. We use automated testing frameworks like FIT to write story tests. The process usually flows as shown in the diagram.
Further ReadingStorytest-Driven Development article in Better Software Magazine Test-Driven Development by Kent Beck |
|