In XP, TDD stands for:
Answer options
A
Team-Driven Design
B
Test-Driven Development
C
Technical Design Document
D
Time-Boxed Development
Correct answer: Test-Driven Development
Explanation
Quick AnswerThe correct answer is Test-Driven Development because it directly addresses the core logic of Agile & DevOps.
Write tests first, then code to make them pass.