The "BDD Story Template"
April 28th, 2008
Mike Cohn just wrote a nice post justifying what has become the preferred template for stories in BDD:
<p>As a <i>role</i><br />
I want feature
So that benefit
Mike Cohn just wrote a nice post justifying what has become the preferred template for stories in BDD:
<p>As a <i>role</i><br />
I want feature
So that benefit
April 28th, 2008 at 2:50 am
As a developer I want to use this template so that I can write better code
April 28th, 2008 at 2:50 am
As a developer I want to use this template so that I can write better code
April 28th, 2008 at 2:50 am
I like this better:
As a
I want
http://sirenian.livejournal.com/47679.html
April 28th, 2008 at 2:50 am
(Typo forgot to escape my previous post)
As a [role] I want [some feature]
http://sirenian.livejournal.com/47679.html
April 28th, 2008 at 2:50 am
Aslak: I think an even more “readable” version is this:
April 28th, 2008 at 2:50 am
OK another try, the formatting got lost:
April 28th, 2008 at 2:50 am
@Aslak: I think the original order works better, because it puts the user first. It helps to recall the whole reason for writing the program—to help people. That’s really our focus, and our starting point.
April 28th, 2008 at 2:50 am
Olof: In order to be polite, I want to give Craig my thanks! (pun intended).