Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself
-
Water falls model
-
Spiral model
-
V model
-
Linear model
C
Correct answer
Explanation
The V-Model requires testing activities to start alongside development. Each development phase has a corresponding testing phase - requirements analysis is validated through acceptance testing, high-level design through system testing, detailed design through integration testing, and coding through unit testing. Waterfall and Linear models are sequential with testing at the end. Spiral is iterative but not specifically structured for parallel testing.