Multiple choice technology testing

The most effective test approach is to begin testing

  1. After Coding

  2. After external design

  3. After internal design

  4. After freezing the requirements

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Starting testing after requirements are frozen allows test planning and design to align with stable specifications, enabling early identification of issues and more comprehensive test coverage. Testing should begin as early as possible in the lifecycle - waiting until after coding (A), internal design (C), or external design (B) is complete delays defect detection and increases cost. Requirements freezing marks when specs are stable enough to begin detailed test preparation.