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

Testing should begin as early as possible in the lifecycle - after requirements are frozen (Option D) because this is when test planning and design can start with stable, clear specifications. Waiting until after coding (A), external design (B), or internal design (C) delays test preparation and increases the risk of requirement misunderstandings. Early testing saves cost and catches defects sooner.