Why BDD focuses on validation while TDD focuses on verification -


i've read tdd , bdd differences , what primary differences between tdd , bdd?.

here (part of) answer:

bdd tdd different words. if tdd right, doing bdd. difference – provided believe @ least in weak form of sapir-whorf hypothesis – different words make easier right.

but still haven't been able understand why bdd focuses on validation while tdd focuses on verification.

the question bdd vs. tdd (and validation , verification) came in quiz problem:

what main difference between bdd , tdd?

  1. bdd focuses on validation while tdd focuses on verification
  2. bdd focuses on verification while tdd focuses on validation
  3. bdd better tdd @ testing methods independently
  4. bdd uses mocks , stubs more tdd

the answer question (1). elaborate on why "bdd focuses on validation while tdd focuses on verification"?


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -