Explain waterfall model????
Answers were Sorted based on User's Feedback
Answer / gullu
Waterfall model is an SDLC model with following phases:
Requirements
Analysis
Design
Coding
Testing
Maintenance
with the condition that second phase can only be started
when we end up with first phase completely. We cannot go
back to a previous phase when we have entered a latter one.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / arun130887
Waterfall Model: - This is simplest model and it is linear in
organization. The coding begins after completing the
requirement session. Then testing is carried out. Advantage:
- 1.This model is used when requirement is fully know. 2.
Suitable for Short Duration project.3.Since there is no
rework in model, so there will High Quality product. Dis-
Advantages:- 1.It is not suitable for long term project.2. It
is not suitable for change driven project.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / yuvaraj
WaterFall Model is a Top Down Approach.
Various Steps Performed in Water fall Model
1)Analysis
2)Design
3)Implementation
4)Testing
5)Maintenance
*)In water fall model First you finish the Current step
after that only you move to Next step.
*)You can not move forward or backward.
*)Disadvantage:Once an application is in the testing stage,
it is very difficult to go back and change something that
was not well-thought out in the concept stage
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / krishna
It is a model that explains the cycle followed during the development of new application.( i.e Feasibility,Analysis,Design,Code,Testing and Maintenance)
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / jaykishor pendharkar
Waterfall model is the model of STLC in which output if the
one phase of the testing becomes input of the next lower
consecutive phase i.e. output of the analys is SRS which is
input of the nxt phase i.e. design phase
| Is This Answer Correct ? | 6 Yes | 6 No |
Answer / kalyani.b
Water fall model is a one of the model.this tells stages of
sdlc. in this model follows the
1. instial
2.analysis
3.design
4.coding
5.testing
6.delivery
if the customer has clear about his requirements then chose
this model because u can't add new features in the middle
this is the drawback of this model.
this model simple &monitoring,maintenance is very easy.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / tina
were testing is done at the end of each phase.... correct
me if im wrong
| Is This Answer Correct ? | 3 Yes | 10 No |
What is meant by SIT?
What is the difference between alpha testing and beta testing
If a test script instructs WinRunner to open an application to test it, what end conditions might be good?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
in gmail.com when you enter username & password and try to copy and paste the password on notepad.will it copy and paste? what type of testing this is known as?
what is walkthrough?
contents of test report
HOW DO U WRITE DEFECT REPORTS? WHAT IS FORMAT IN GENERAL WAY
What is meant by Test Script. Example and Explanation on Test Script?Please Answer
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
Diff between static and dynamic review?
what is waterfall model?explain? what is v model? explain all phase?and the difference between two model?