Behavior Driven Development Tutorial

Behavior Driven Development Tutorial

Behavior Driven Development (BDD) is a software development process that originally emerged from Test Driven Development (TDD). BDD uses examples to illustrate the behavior of the system that are written in a readable and understandable language for everyone involved in the development.

Audience

BDD focuses on providing a shared process and shared tools promoting communication among software developers and business analysts to collaborate on software development, with the aim of delivering products with business value. Hence, this tutorial is going to be useful for software developers as well as business analysts at every level.

Prerequisites

Before you start proceeding with this tutorial, we are assuming that you are already aware of the basics of testing and have some hands-on experience of some testing tools. If you are not well aware of these concepts, then we will suggest you to go through our short tutorial Software Testing.

Advertisements