An open API service indexing awesome lists of open source software.

https://github.com/jdavis/tdd-vs-bdd

Test-driven development vs Behavior-driven development example.
https://github.com/jdavis/tdd-vs-bdd

Last synced: 4 days ago
JSON representation

Test-driven development vs Behavior-driven development example.

Awesome Lists containing this project

README

        

tdd-vs-bdd
==========

## About

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

[post]: http://joshldavis.com/2013/05/27/difference-between-tdd-and-bdd/

## Running

Just clone the repository and then run the following commands:

```bash

# Install packages
$ npm install

# Run tests
$ grunt

```