Quite often performance testing is only done after the system is developed and is in it’s acceptance phase. Of course this can give you some unpleasant surprises. You would like to get feedback on performance issues as quickly as possible.
We could tackle part of this problem by doing performance testing each iteration and by [...]
Archive for the 'BDD' Category
User story driven performance testing
April 25, 2008Easy requirements by example
March 26, 2008There 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 [...]