Understanding Behavior Driven Development (BDD)

前端 未结 4 1645
野性不改
野性不改 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:52

    I wrote a blog post on where I learned about BDD as couple of weeks ago. It focus on the .NET platform toolwise and is a bit Cucumber heavy since I like it, but you can pick out some BDD/ATDD stuff from there as well.

    When it comes to articles and books I second the suggestions above - it's starts there!

    But you should also checkout:

    • Introducing BDD
    • What's in a story
    • The RSpec book
    • The GOOS Book
    • The Cucumber site with CukeTV that I have found a great resource

    Well - there you have it. My short list for things to read.

提交回复
热议问题