| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

BDD Beyond the Theory

Page history last edited by Stevi Deter 14 years ago

Behavio(u)r Driven Development --

Testing the business requirements as opposed to the API (tends to be the result of TDD)

Don't have to use a BDD framework to do BDD -- it's a way to write tests. 

BDD tests are called "acceptance tests"

How is BDD different than TDD?

Is BDD just a crock?

 

Tools 

MS Test

Home Grown

NUnit

MSpec

MBUnit

 

Styles

Given/When/Then

Context/Specification

 

Granularity

User-focused observable behavior

 

Crock  Not a Crock 
Terminology 

acceptance/biz requirements

context, Not S.U.T.-Focused 

 

 

Comments (0)

You don't have permission to comment on this page.