Intermediate Software Testing & QA
Q41 / 100

What is "Test-Driven Development" (TDD)?

Correct! Well done.

Incorrect.

The correct answer is A) A practice where automated tests are written before the production code, driving the design through a red-green-refactor cycle

A

Correct Answer

A practice where automated tests are written before the production code, driving the design through a red-green-refactor cycle

Explanation

TDD follows a cycle of writing a failing test (red), writing minimal code to pass it (green), then improving the code (refactor).

Progress
41/100