There is a software development approah which leverages practices that originated with Test Driven Development (TDD), adding a user behavior-centric focus. Behavior Driven Development (BDD) employs domain-specific language (DSL) to express both user behaviors and the expected outcomes from those behaviors in each unit of work, or “user story.” It’s helpful to think “from the...Read More
There is an approach to software development where people with different perspectives collaborate to write acceptance tests before implementing a particular feature, with emphasis on the perspective of an customer or end user. In Acceptance Test Driven Development (ATDD), a common method is have people with different backgrounds and expertise involved with writing tests. For...Read More