What is behaviour driven development (BDD

By Agility in Mind - 2020-12-22

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?

 

Topics

  1. Management (0.32)
  2. UX (0.26)
  3. NLP (0.05)

Similar Articles

Why does it take so long to build software

By Simple Thread - 2020-10-16

Why does it take so long to build software? We hear variations of this question frequently: Why is building software so expensive? Why is my team delivering software so slowly? Why am I perpetually be ...

What is a Wireframe? This UX Design Tutorial Will Show You.

By freeCodeCamp.org - 2020-09-04

The first step to designing a website: wireframe it. A good wireframe can give you the vision for the entire layout and functionality of your website. It can also serve as the first stage of a design. ...

Design Thinking Phase 5 - How to Test Effectively

By workshopper - 2020-11-20

Testing provides the guidance and validation that design teams need in order to create great products. User testing can be inspiring and can help to work out any flaws that a product has before being ...