what are the advantages of waterfall model over V-model??
Answers were Sorted based on User's Feedback
Answer / swetha
it is simple model and easy to moniter and manage when
compared to v-model
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rafi
In V-model development phase and testing phase will start
paralley.
Water fall model simple and easy to monitor and manage
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ram
water fall model can be do step by step process in this
model testing can be do in last phase.And in this model if
defect found developer can check once the it takes more time
In this model they have two process verification and
validation process.In V-Model tester can check the
application from system requirement so in this process
tester can check all information from starting of the
project so we can reduce the defect.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / babu.p
In the water fall model like a Water flow. Its make a flow
step by step and you cannot go back previous phase,coz of
mistake happend. and its make the test at the last time oly
lol.....
In the V model the development and testing are doing
simentaniously, and here if we want to change in any phase
you can go back. but it is complex.
| Is This Answer Correct ? | 1 Yes | 0 No |
1)Very Robust & classical
2)Suits for larger systems
3)Can be used when all req are clearly & completely
mentioned in Req analysis phase. and will not undergo any
changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the dirrerence in Bug Tracking Tool, Bug Reporting Tool and Test Management Tool? Please be clear in Detail.
How you will do the functional testing ?
anyone ca explain Tracebility metrics.how to involve on this.
What is Negative testing?
What is Regression Testing ? Why do Regression Testing ? Why all the testcase execuation in each time of Regression testing ?
What is 'Account Conditioning'?
what is real testing & comprehensive testing? plz rly me my qestion
What is the difference between migration testing and regression testing?
what is error seeding
which type of testing we r doing at the begining of the project,and what r the next next testing at the application
Please Tell me About Fish-Bone Model. Thanks in Adv.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }