BDD (Behavior-Driven Development) tools for .Net

Posted by tikrimi on Geeks with Blogs See other posts from Geeks with Blogs or by tikrimi
Published on Mon, 21 Nov 2011 20:53:42 GMT Indexed on 2011/11/22 1:52 UTC
Read the original article Hit count: 479

Filed under:

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 :

© Geeks with Blogs or respective owner