Showing posts with label BDD. Show all posts
Showing posts with label BDD. Show all posts

Sunday, November 1, 2015

Test-First explained - Reading list

From BDD to ATDD to TDD.....


Monday, November 4, 2013

BDD -Behavior Driven Development


“Behavior-driven development (BDD) is an agile software development technique that encourages collaboration between developers, QA and non-technical or business participants BDD focuses on obtaining a clear understanding of desired software behavior through discussion. It extends TDD by writing test cases in a natural language in combination with the ubiquitous language of domain-driven design and describe the purpose and benefit of their code. This allows the developers to focus on why the code should be created, rather than the technical details.”