What does Waterfall Model mean?
Waterfall defines a sequential model for planning, building, and delivering new products and features. Waterfall is a linear approach to software development. In this methodology, the sequence of events is something like:
- Gather and document requirements
- Design
- Code and unit test
- Perform user acceptance testing (UAT)
- Deliver the finished product