InterviewSolution
Saved Bookmarks
| 1. |
___________ is a model that illustrates how testing activities integrate with software development phases.(a) Waterfall Model(b) V-Model(c) Spiral Model(d) Iterative ModelI got this question during an interview for a job.The above asked question is from Testing in the Development Cycle topic in section Test Coverage and Development of JUnit |
|
Answer» RIGHT option is (b) V-MODEL Easy explanation: The V-model represents a development PROCESS that may be considered to be an EXTENSION of the waterfall model. |
|