what is advantages and disadvantages of the Waterfall Model
and V-Model
Answers were Sorted based on User's Feedback
Answer / rajendra
WaterFall Model advantages:
It is a linear sequestial model
It is very simple model to implement
It is the first model.
It needs very few resources to implement
Disadvantages:
In this model there is no back tracking.
For example if any error occured an any
stage of software development,it cann't be
corrected in that build.
V-Model advantages:
It is also called as verification and
validation Model.
This means the verification and validation
will be done side by side.
It emphasies the strict process flow to
develop a quality product.
The errors occured in any pahse will be
corrected in that phase itself.
V-Model disadvantages:
It needs lot of resources and money.
It needs an established process to
implement.
It can be implemented by only some big
companies.
Byeeee Friends
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 57 Yes | 12 No |
Answer / mercy
In the traditional waterfall model, testing is done at the
end of the life cycle. The errors found at the later stages
are very expensive to fix. This has given an idea to V
model where in verification and validation are done at each
stage of SDLC to avoid errors/defects getting cascaded to
the other level. In other words V model aims for Stage
containment.
| Is This Answer Correct ? | 35 Yes | 7 No |
Answer / sankar prasad sau
WaterFall Model advantages:
It is a linear sequestial model
It is very simple model to implement
It is the first model.
It needs very few resources to implement
Disadvantages:
In this model there is no back tracking.
For example if any error occured an any
stage of software development,it cann't be
corrected in that build.
V-Model advantages:
It is also called as verification and
validation Model.
This means the verification and validation
will be done side by side.
It emphasies the strict process flow to
develop a quality product.
The errors occured in any pahse will be
corrected in that phase itself.
V-Model disadvantages:
It needs lot of resources and money.
It needs an established process to
implement.
It can be implemented by only some big
companies.
sankar prasad sau
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / ashu
Hi
waterfall: in this model we can't possible to add new
requirements in middle if we add entire work once again
start from starting.
V-Model:This model is mapping between development and
testing team means.. verification and validation done
simetinuosly
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / prathyusha
water fall model is sequential model it is easy to implement as it is a step by step model after completion of one face next face is called so we can fix defects in early stage only
disadvantages
it is suitable for only small projects
if we want change any requirements in the middle of project it is not possible
| Is This Answer Correct ? | 1 Yes | 0 No |
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests
How can we tes the performance of the web site?
user A done some changes for a portion of test case doc. And user B also done some changes to same portion. If user-A checks in his file first then user-B. Then what is the state of that file?
Why do we do Smoke Testing?
What is "Visible State Transition" test? Give example
Complete Testing questions
what is cross project reference what is entry and exit criteria for login page.
How to create a load manualy in web based testing
As experienced what could be the interview questions based on project? It's urgent
6 Answers ABC, P2Softech, Sony,
If a company doesnt use a bug tracking tool then hw the tester reports the bug to the developer? plzz do answer its urgent.thanks in advance
I have one doubt in regression testing, Example if we have five modules such as 1,2,3,4,5. If we made change in 3 module only and also 3 module will interact with only 1 and 5 module. For this case we will conduct testing in all module (or) only 1 and 5 module?? Answer soon firends
what is Software Development Life Cycle (SDLC)?