What is the diff. Between Waterfall and Spiral model?
Answers were Sorted based on User's Feedback
Answer / hakim ali
The waterfall model the process goes to the next step after
completion of the previous step as first requirement then
design then coding then implementation then maintenance but
here is no end user feedback taken to consideration any
change in SRS will result to start work fro first step and
goes step by step again.
But in case of Spiral model for each and every step there
is testing for that step carry on simultaneously after
finishing that step so that it will easy to recover any
error and fix it there. In this model we don?t have to
start work from beginning
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / lavanya
In waterfall model doing the changes is difficult
in spiral changes made easy
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shoaib solangi
In waterfall method clint and software developer well known
about the problem.
Whereas in the spiral model software developer does not
aware about the actual problem.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vivek nandan
waterfall model doesnt show d step by step to d customer.its only show d requirement and new generalized model. it is not a flexible product.but
spiral model see d step by step naw generalized model of data to d customer.it is flexible product.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / harshit
Actually it's a ques.
which is better Waterfall model and spiral model ?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / surendra
water fall model is a sequential model where each phase is done with the completion of the previous stage and the customer feed back or the end user feed back is taken after the implementation phase.
spiral model is an iterative and incremental model using the
prototyping technique.In this model customer involvement is done in each and every phase changes can be implemented in any stage of the process. And also time is not much wasted in the spiral model when compared to the water fall model.Testing and risk analysis is also easily handled in the spiral model this is somewhat difficult when compared with the earlier model.
The most advantage of the spiral model is TESTING is easily
implemented.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / simpi
In waterfall method clint and software developer well known
about the problem.
Whereas in the spiral model software developer does not
aware about the actual problem.
| Is This Answer Correct ? | 34 Yes | 38 No |
what is meant by metrics give some examples and what is meant by testscripts
What is requirment phase testing?
If there is no sufficent time for testing & u have to complete the testing then what will u do?
there are many test cases in our test case repository like function,integration,system,acceptance test case so which test case should test engineer test first.? please answer me . thanks
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
how to do manual testing on an application which is in several languages
Why is software testing required?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
Difference between Black box and White box testing?
In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
If tester report a bug & developer open it & bug is not occur there. What sud tester do in this situation??
How can u do the follwing 1)Usability testing 2)scalability Testing 3)portability Testing