|
|
|
|
|
by sirsinsalot
1253 days ago
|
|
TDD wasn't rebranded BDD. BDD is a QA concern, primarily used for QA tests against a written (BDD) requirement. TDD is about unit testing, which is about testing the implementation BY developers FOR other developers. TDD says nothing about the correctness of the software against a spec, only that a given implementation aligns with a developer's intention. |
|
If they are, the only difference between TDD and BDD is where, in which form, and by whom is that behaviour defined.