- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 418字
- 2021-07-02 21:18:27
Waterfall model of software development
One of the most famous and widely used software development processes is the Waterfall model. The Waterfall model is a sequential software development process. It was derived from the manufacturing industry. One can see a highly structured flow of processes that run in one direction. At the time of its creation, there were no other software development methodologies, and the only thing the developers could have imagined was the production line process that was simple to adapt for software development.
The following diagram illustrates the Waterfall model of software development:
Waterfall model
The Waterfall approach is simple to understand, as the steps involved are similar to that of the SDLC.
First, there is a requirement analysis phase, which is followed by the designing phase. There is a considerable time spent on the analysis and the designing part. And once it's over, there are no further additions or deletions. In short, once the development begins, there is no modification allowed in the design.
Then comes the implementation phase, where the actual development takes place. The development cycle can range from three months to six months. During this time, the testing team is usually free. When the development cycle is completed, a whole week's time is planned for performing the integration of the source code. During this time, many integration issues pop up and are fixed immediately. This stage is followed by the testing phase.
When the testing starts, it goes on for another three months or more, depending on the software solution. After the testing completes successfully, the source code is then deployed in the production environment. For this, a day or so is again planned to carry out the deployment in production. There is a possibility that some deployment issues may pop up. When the software solution goes live, teams get feedback and may also anticipate issues.
The last phase is the maintenance phase. Feedback from the users/customers is analyzed, and the whole cycle of developing, testing, and releasing new features and fixes in the form of patches or upgrades repeats.
There is no doubt that the Waterfall model worked remarkably for decades. However, flaws did exist, but they were simply ignored for a long time. Since, way back then software projects had ample time and resources to get the job done.
However, looking at the way software technologies have changed over the past few years, we can easily say that the Waterfall model won't suit the requirements of the current world.
- Kubernetes修煉手冊
- Mastering vRealize Operations Manager(Second Edition)
- 零起點學(xué)Linux系統(tǒng)管理
- Windows Vista基礎(chǔ)與應(yīng)用精品教程
- Persistence in PHP with the Doctrine ORM
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Mastering KVM Virtualization
- 嵌入式操作系統(tǒng)(Linux篇)(微課版)
- Microsoft Operations Management Suite Cookbook
- Kali Linux 2018:Windows Penetration Testing
- 計算機應(yīng)用基礎(chǔ)(Windows 7+Office 2016)
- Hands-On UX Design for Developers
- 統(tǒng)信UOS應(yīng)用開發(fā)進階教程
- Web Penetration Testing with Kali Linux(Third Edition)
- Azure Resource Manager Templates Quick Start Guide