Software Testing & SDLC

Select the accurate description of Test-driven development (TDD).

Correct answer

B. A development approach where tests are written before the actual code is implemented.

Explanation

Test-driven development (TDD) refers to a development approach where tests are written before the actual code is implemented.