1
1 Comment

Behaviour Driven Development

https://productmindset.substack.com/p/27-behaviour-driven-development
submitted this linkon May 17, 2021
  1. 1

    What is BDD
    Behavior Driven Development (BDD) is an agile software development practice that encourages collaboration between everyone involved in developing software: developers, testers, and business representatives such as product owners or business analysts.

    BDD aims to create a shared understanding of how an application should behave by discovering new features based on concrete examples. Key examples are then formalized with natural language following a Given/When/Then structure.