QuestionQ63
Fundamental Agile Testing Principles, Practices, and ProcessesWhich statement about test-driven development (TDD) and behavior-driven development (BDD) is correct?
- A Both BDD tests and TDD tests are written primarily at the acceptance level, though these tests may also be written at the integration or system levels
- B Specific BDD frameworks can be used to define acceptance criteria based on the role/feature/benefit template (“As a...I want…so that…”)
- C TDD tests are focused on the implementation of the software while BDD tests on the exhibited behavior of the software
- D TDD tests and BDD tests are written by developers, but TDD tests are generally easier for other team members and stakeholders to understand than BDD tests
Community Discussion