Understanding Behavior Driven Development (BDD)

前端 未结 4 1647
野性不改
野性不改 2021-02-06 13:15

From the wikipedia article on BDD:

BDD is a second-generation, outside-in, pull-based, multiple-stakeholder, multiple-scale, high-automation, agile me

4条回答
  •  迷失自我
    2021-02-06 13:59

    Behavior driven development is similar to TDD software process but the advantage of BDD is that the tests/features are written in simple English language thus it give a chance to QA and stakeholder to participate in the process of development. It is focused on the behavior of the software thus test are run in browsers.

    Here is the guide that explain BDD and its implementation very well. BDD Introduction and Implementation

    You can use behat, browserstack to implement BDD in your development process.

提交回复
热议问题