Scrum
PSD · Question #31
What does a test written with TDD represent?
The correct answer is A. A technical requirement that must be satisfied. The test gets written first in TDD, after that, the production code will be written to satisfy the test.
Test Driven Development
Question
What does a test written with TDD represent?
Options
- AA technical requirement that must be satisfied
- BA bug
- CGreat development practices
- DSomething that completes the test coverage of a system
How the community answered
(26 responses)- A88% (23)
- B8% (2)
- C4% (1)
Explanation
The test gets written first in TDD, after that, the production code will be written to satisfy the test.
Topics
#TDD#test-first development#technical requirements
Community Discussion
No community discussion yet for this question.