Multiple choice technology testing

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

  1. Water falls model

  2. Spiral Model

  3. V-model

  4. Linear model

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

The V-model is a software development lifecycle model where validation and verification phases map directly to corresponding development phases. Under this model, testing activities (such as designing test cases) begin concurrently with early development stages like requirements analysis, unlike sequential models like the waterfall or linear models.