The following statement describes a specific concept. What is it called? a development approach where tests are written before the actual code is implemented.
- A. Test-driven development (TDD) ✓
- B. Bug
- C. Beta testing
- D. Regression testing
Correct answer
A. Test-driven development (TDD)
Explanation
Test-driven development (TDD) refers to a development approach where tests are written before the actual code is implemented.