What is the difference between Spiral and V Model?
What is the difference between Spiral and V Model?
Spiral model is like prototyping model where we make one feature , test it and if any change, then make the change.
Then next we plan for next feature and add this , test it....like that until the final product.
In V-model development and testing runs simultaneously.
like unit code then do unit testing.
Integration then do integration testing like this....
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
Spiral:
Basically, the idea is evolutionary development, using the waterfall model for each step; it's intended to help manage risks. We don't define in detail the entire system at first. The developers should only define the highest priority features. Define and implement those, then get feedback from users/customers (such feedback distinguishes "evolutionary" from "incremental" development). With this knowledge, they should then go back to define and implement more features in smaller cut ups.
I feel the difference between both we get feedback for each phase or module proto type from the users/customers where as in V - Model we perform user acceptance test at the end and then we release the build to Client