- Behavior Driven Development
- BDD - Home
- BDD - Introduction
- BDD - Test Driven Development
- BDD - TDD in a BDD Way
- BDD - Specifications by Example
- BDD - Tools
- BDD - Cucumber
- BDD - Gherkin
- BDD - SpecFlow
- BDD Useful Resources
- BDD - Quick Guide
- BDD - Useful Resources
- BDD - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.