I’ve recently been getting into BDD and think it holds great promise as a way to get a stakeholder’s voice back in the apps we, as developers, create for them. What’s your favorite BDD framework and why?
Share
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.
My personal favourite is MSpec since I really like the integration with Resharper. Using BDD style tests reads a lot better for me and MSPec is a nice, light framework to use.
Here some other popular frameworks:
EDIT:
I’ve started using StoryQ in the past month or so, and have found it to be really good. In fact, I’m preferring it over MSpec. Will see how things turn out.