Is BDD actually writable by non-programmers?
- by MattiSG
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?