27
SDLC: WaterFall Model
The Waterfall Model was the first Process Model to be introduced. It was widely used as it was easy to understand & implement .
WaterFall Model is also known as Linear-Sequential Life Cycle Model because work is done linearly - the next stage begins after completion of the previous stage . Output of the previous stage is the input of the next stage .
The Phases are:-
Requirement Analysis: In this phase all the requirements about the project are gathered . For eg features in projects , etc . All these requirements are well documented in the SRS ( Software Requirement Specifications ) document.
System Design: The SRS document is then used to design the system . Defining system requirements like hardware, modules (any),etc.
Implementation: After the System design phase is completely over . Implementation phase starts . Here each unit is individually developed . This stage goes on until all the requirements in the SRS document are not developed .
Testing & Integration: Each individual unit is tested for potential bugs or errors . After testing is successful , individual units are integrated together.
Deployment: Once the integration is done, the software is deployed to production servers.
Note: Before deploying to production , the project is tested again (we are not going into much details).
Projects best fit for WaterFall Model:
Advantages of WaterFall Model:
Disadvantages of WaterFall Model:
So far, we have discussed the WaterFall model, it’s use cases, advantages & disadvantages.
Feel free to comment if you have any questions. All comments are greatly appreciated. If you like the blog , don’t forget to like it & share with your friends/colleagues.
To see my projects or to get in personal touch , follow me on:
Linkedin: https://www.linkedin.com/in/rishabh-sde/
GitHub: https://github.com/Rishabhraghwendra18
Linkedin: https://www.linkedin.com/in/rishabh-sde/
GitHub: https://github.com/Rishabhraghwendra18
Thanks for reading,
Written with ❤️ & passion 🔥 by Rishabh Raghwendra
Written with ❤️ & passion 🔥 by Rishabh Raghwendra
27