Software Testing & SDLC

The following statement describes a specific concept. What is it called? a development approach where tests are written before the actual code is implemented.

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.