Multiple choice technology testing

The most effective approach to begin test

  1. After coding

  2. After freezing the requirement

  3. After internal design

  4. After external design

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

Testing should begin after requirements are frozen but before coding - this allows test planning and design based on stable requirements. Starting after freezing requirements enables test-driven thinking and early defect prevention.