diff b/w waterfallmodel & v-model?
Answers were Sorted based on User's Feedback
Answer / raghu
Water fall model when the process is running u cant do any
kind of changes in the middle of your project.
V-model -- here verification and validation is done
simoltaneously and the outcome product is a QUALITY product
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / @mit
Main diffrence in b/w waterfall & V model are as follows:-
-In Waterfall Model,output of any phase is the Input of
other phase like after completion of Requirement phase next
phase will come i.e Design and so on which is main drawback
of waterfall model while in V Model both phases
(Verification and validation) are on going activities.
-In waterfall model,any error occured in any phase can be
traced or rectified laterly while in V model error can be
traced on same phase.
-In waterfall model,cost of fixing and finding the bug is
very huge as error will finds in later stage even TESTING
will done only at once as per as schedule while in V model
after completion of any phase Testting comes in picture and
cost of finding nad rectify the bug is low.
Now a days, V Model is adopt by various companies due to
its benefits over Waterfall Model.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pratap
in Waterfallmodel the requirements must be feasible where in
v-model this is not compulsory.
in waterfall model each and every phase of SDLC should
feasible then only it will go forward.
whereas in V-model SDLC phase all will be work in parallel
method
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sushma
water fall model is used when the project is small and
requirements are very clear.
where as v-model is used if the project is small and the
requiremqnts are not clear.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / k.chandra sekhar
a) When the customer or client requirements clear then
that time use the waterfall model
j) QA is the verification-developers
k) QC is the validate-test
l) UAT is the client
My name is k.chandra sekhar,
My phone no are 9246540049 65880049, Hyderabad.
My mail id is ndra_143@yahoo.co.in
I am taking the class for projects and interview trips if
you interest contact
| Is This Answer Correct ? | 0 Yes | 4 No |
What is verification and validation testing
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
what is traceability matrix and its usefulness
what are the testing strategies to be followed in testing banking applications?
what are the test bugs
What is the difference between Regression and Retest Testing?
what is meant by acid testing
how many levels of software testing?
can u tell me the recently u raised the critical defect? tell me u r own plzzzzzzz yar?
What is big bang approach?
What is a test data? Give examples
If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?