Skip to content

Commit 88e2698

Browse files
authored
Add topic "BDD"
1 parent c97a120 commit 88e2698

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

topics/bdd/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
aliases: behavior-driven-development
3+
created_by: Kent Beck, D.D. McCracken
4+
display_name: Behavior-driven development
5+
released: 1957
6+
short_description: Behavior-driven development is a test-first, agile testing practice with business-facing scenarios.
7+
topic: bdd
8+
wikipedia_url: https://en.wikipedia.org/wiki/Behavior-driven_development
9+
related: atdd, tdd, testing, continuous-testing, specification-by-example, cucumber, behat, gherkin
10+
---
11+
**Behavior-driven development** (**BDD**) is a test-first, agile testing practice. Without focusing on internal implementation, BDD tests are business-facing scenarios that attempt to describe the behavior of a story, feature, or capability from a user’s perspective. Behaviour-driven development is a synthesis and refinement of practices stemming from test-driven development (TDD) and acceptance-test-driven development (ATDD).

0 commit comments

Comments
 (0)