Advantage and disadvantage of waterfall model,v model and
iteration or incremental model?
Answer Posted / arun130887
Waterfall Model:
Advantage:
1.Here we dont do rework,So quality of Product will
high.
2.Suitable for short duration period.
Dis-Advantage:
1.It is not suitable change driven project.
V-Model:
Advantage:
Since we begins development and testing process
parallely,
1.Save Time
2.Minimize Cost of Project
Dis-Advantage:
1.If any change in previous module,then its make
more impact on development as well as testing.
Incremental model:
Advantage:
1.Since it is iterative process we can deliver
quality products
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is an end-to-end testing?
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
How do test documents in a project span across the software development lifecycle?
Can you explian $ pillar of Agile
Tell me example for Risk,Mitigation,Assumption?
How to Generate Test Case for Shopping Cart?
What are the principles of software testing?
Explain thread testing.
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
How to explain the Insurance project in the interview?
What is known as data-driven testing?
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
Explain the advantages of automation over manual testing?