Multiple choice technology testing

Ideally in which phase of Developement Testing should be started?

  1. Developement phase

  2. Design Phase

  3. Requirement gathering phase

  4. Intergration phase

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

Testing should begin as early as the requirement gathering phase to identify issues before they become expensive to fix. Early testing allows for validation of requirements and design decisions, reducing the cost of changes compared to discovering defects in later stages like development or integration.