diff between water fall model and v-model?
Answers were Sorted based on User's Feedback
Answer / william_vijay
Waterfall model:
in this type of model the flow is sequential starting from
the planning ,design,coding and after that testing is put
into effect .so the testing is after the coding only and
not before that
V-Model:
in this model the testing starts after business
requirements is finished and furnished
and testing continues in paralled with the coding
so that we can eliminate error in the earlier stage
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sreenu
In the waterfall model we have single phase testing.
That should be after completion of code.
In the v-model we have mutiple phase testing,in every phase
we should use testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
water fall model is most expensive model.in this model,
each phase has to be freezed to move to next phase
V model is mapping between development and testing process.
here both team involves simultanious .
main benefit is we can reduce the test design time and also
more flexibilty.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / andrei
waterfall Model is a very Orthodox method ,systematic and
sequential .This is the most expensive and most time durable
methodology, Every phase is followed sequential.first the
developers build the code and after finishing it the testers
start their job.V Model means displaying everything(build of
code and Testing) under a V symbol.That means the testers
can start their job while the devs work at code..
But the steps are same like waterfall model
1 Requirements analysis
2 Test case design
3 Test case implementation
4 Debugging testing and Validation
5 Deployment and maintenance
| Is This Answer Correct ? | 1 Yes | 0 No |
What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation?
1> Which is the latest technology use for login page? 2> What is virtual keyboard? Is it more secure than key board?
What is difference between static and dynamic and testing?
What is defect density?
10 Answers Qualtree Solutions,
how will you manually test yahoo messenger on single system.
What's the role of documentation in QA?
can anyone please tell me how to test the functional specification?
why we develop Test plan for a project ?
When a bug status will be changed to "DEFERRED" , by the developer ? What might b the situations to change the status to deferred ? pls explain with an example .
what is the difference between regression testing and retesting?
what is prototype and why we are using that ?
what is test case? what it consists? what are the types of test cases?