My team is interesting in understanding BDD better.
Are there open source .NET/Java projects which use behavior driven development (BDD)?
I would like to focus my attention on static language examples.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Cellz which is a functional Excel-like spreadsheet application for Silverlight has some BDD tests written using TickSpec. Both projects are using F# to some point, but you can probably learn something from them even if you’re not an F# developer (TickSpec can be used from C# too).
Phil Trelford who is the author of both of these projects also did a talk about BDD and TickSpec at F#unctional Londoners user group. You can watch the recording here.