Is BDD actually writable by non-programmers?
Posted
by
MattiSG
on Programmers
See other posts from Programmers
or by MattiSG
Published on 2012-06-05T13:07:41Z
Indexed on
2012/06/05
16:47 UTC
Read the original article
Hit count: 345
Behavior-Driven Development with its emblematic “Given-When-Then” scenarios syntax has lately been quite hyped for its possible uses as a boundary object for software functionality assessment.
I definitely agree that Gherkin, or whichever feature definition script you prefer, is a business-readable DSL, and already provides value as such.
However, I disagree that it is writable by non-programmers (as does Martin Fowler).
Does anyone have accounts of scenarios being written by non-programmers, then instrumented by developers?
If there is indeed a consensus on the lack of writability, then would you see a problem with a tool that, instead of starting with the scenarios and instrumenting them, would generate business-readable scenarios from the actual tests?
© Programmers or respective owner