Category: Software, automation

Hi Everyone, the goal for this post is to introduce you about BDD (Behavior Driven Development). Behavior-Driven Development (BDD) is a testing approach where automated test scripts are written before functional pieces of code.

According to Lisa Crispin: “The impact of BDD, in my experience, is that we deliver the right thing, what the customer really wanted.

The transition to BDD — as with any other change to the software development lifecycle — requires not only new development and testing processes, but also a monetary investment.

BDD also requires changes to all stages of the software development lifecycle: requirements creation, requirements analysis, development, and testing.

Related Articles