InterviewSolution
Saved Bookmarks
| 1. |
Which Life Cycle model has lesser, more or different levels of development and testing, all depending on the project and the software product?(a) Waterfall(b) Spiral(c) V shaped(d) IterativeThis question was addressed to me in examination.My question is taken from Stubs in section Coarse-grained Testing with Stubs of JUnit |
|
Answer» RIGHT choice is (c) V shaped For EXPLANATION I would say: The v shaped MODEL may have component integration TESTING after component testing. |
|