Multiple choice technology testing

Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself

  1. Waterfall model

  2. Spiral Model

  3. Linear model

  4. V-Model

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

The V-Model (Validation and Verification) requires testing to begin in parallel with development. Each development phase has a corresponding testing phase. Waterfall and Linear models separate testing after development, while Spiral is iterative but doesn't mandate concurrent testing.