I read Differences in TDD and BDD and What are the main differences between TDD and BDD? ,
Here is (part of) the answer :
BDDs are simply TDDs with different words. If you do TDD correctly, you do BDD. The difference is that - if you believe, at least, in the weak form of the Sapir-Whorf hypothesis - different words allow you to do it right.
But I still could not understand why BDD focuses on verification, while TDD focuses on verification.
The question about BDD vs TDD (both validation and validation) arose in the quiz problem:
What is the main difference between BDD and TDD?
- BDD focuses on verification, while TDD focuses on verification
- BDD focuses on verification, while TDD focuses on verification
- BDD is better than TDD for testing methods independently.
- BDD usually uses mocks and stubs more than TDD
The answer to the question was (1) . Can anyone clarify why "BDD focuses on verification, and TDD focuses on verification"?
validation tdd bdd verification
user86408
source share