Multiple choice technology

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 (option C) emphasizes that for every development phase, there is a corresponding testing phase. Testing begins in parallel with development activities - test planning starts during requirements, test cases during design, etc. Waterfall has sequential phases. Spiral is iterative risk-based. Linear is sequential like waterfall.