Testing should do along with development process. That is what Spiral SDLC is talking about. In V model testing and development phases are performing parallel. In that aspect Testing fits in V modelKavita Kharayat
hi i want the detail information abt the V model i know the block diagram but i don know practically how we can use in the application if anybody knows this please forward the article or detail to ramesh.madiwalar@gmail.com
V-Model is a Testing Life Cycle Model which is entirely different from Software Development Life Cycle. V-Model is used for tester's where as SDLC we have developers and testers.
SDLC models are
1. Waterfall model 2.Prototype Model 3. Spiral Model
TLC Models are
1. Fish Model and 2. V-Model
In V-Model the strategy goes like this
Gathering phase User Acceptance Testing.
Analysing phase System Testing
Design Phase (HLD and LLD) Integration Testing
Coding phase Unit Testing
build
Here unit testing is done related to Coding Integration testing is based on Design phase System Testing is done related to Requirements (Analysing phase) User acceptance is done based on Gathering phase.