Description
Behaviour Driven Development is way of writing acceptance criteria by giving examples of how software should behave in different scenarios.
Summary
- )?
- Behaviour Driven Development (BDD) is way of writing acceptance criteria by giving examples of how software should behave in different scenarios.
- Someone has forgotten their password.
- A user enters the wrong password Given I am on the login page, When I enter a valid email address but an incorrect password, Then … Should we tell the user that the email is correct, or just give a general errors saying the details do not match our records?