Why BDD focuses on verification, while TDD focuses on verification

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"?

+7
validation tdd bdd verification
source share

No one has answered this question yet.

See similar questions:

126
What are the main differences between TDD and BDD?
42
Differences in TDD and BDD

or similar:

126
What are the main differences between TDD and BDD?
118
TDD / BDD screencast / video resources
67
BDD and TDD for node.js?
42
Differences in TDD and BDD
37
Should I practice "layouts" or "classic" TDD?
twenty
How / what to taunt BDD
5
Fake objects vs Mock objects
3
Is BDD possible without prior TDD experience?
2
TDD & BDD? What, why and how?
0
TDD / BDD and model verification

All Articles