There is this fun framework called easyb http://www.easyb.org/ that could be used to make you stories or requirements by example executable in an easy way.
In the article ‘Introducing BDD’ http://dannorth.net/introducing-bdd Dan North discusses BDD and uses the following user story for explanation.
Story: Customer withdraws cash
As a customer,
I want to withdraw cash from an ATM,
so that [...]
Archive for March, 2008
Easy requirements by example
March 26, 2008Getting feedback on iterations
March 23, 2008An important thing in iterative development is the information you generate during iterations and the feedback you get from an iteration result. Even more important is what you eventually do with it!
There are various practices that guide us in generating and handling this information. In scrum we have e.g. the daily scrum, sprint demo and [...]