Quantcast
Channel: Geekswithblogs.net | behavior driven developmen Posts
Viewing all articles
Browse latest Browse all 50

BDD (Behavior-Driven Development) tools for .Net

$
0
0

For several years, I use TDD (Test-Driven Development) to produce code. I no longer plans to work without using TDD. The use of TDD significantly increases code quality, but does not guarantee that the code is the code that corresponds to the requirements specifications (write the "right code" with BDD as opposed to the write "code right" with BDD).

Dan North has described in an article in published in 2006 the foundations of the BDD (Behavior-Driven Development). In this article, he introduces the formalism "When Given Then". This formalism is used in all tools dedicated to BDD.

This is a short list of open source BDD tools that you can use with .Net :


Viewing all articles
Browse latest Browse all 50

Trending Articles