Skip to content
#

behavior-driven-development

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).

Here are 21 public repositories matching this topic...

This repository contains my implementation of a String Calculator which recieves a string (containing zero or more numbers as well as some delimiters) as input and calculates the string's sum based on a number of rules/requirements specified by the project and which can be found in the README file.

  • Updated Jul 13, 2021
  • C#

Created by Kent Beck, D.D. McCracken

Released 1957

Followers
41 followers
Wikipedia
Wikipedia

Related Topics

atdd behat continuous-testing cucumber gherkin specification-by-example tdd testing