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