tdd-vs-bdd icon indicating copy to clipboard operation
tdd-vs-bdd copied to clipboard

Test-driven development vs Behavior-driven development example.

tdd-vs-bdd

About

This code goes along with the article I posted on my website: The Difference Between TDD and BDD.

Running

Just clone the repository and then run the following commands:


# Install packages
$ npm install

# Run tests
$ grunt