Waterfall Model
Waterfall Model: Water fall model is a traditional model for software development life cycle(SDLC). It is considered as classic development model. This model describes the development method in linear and sequential manner. This type of development is having a distinct goal for each phase. It is the one-way development process. If the development of one phase is over then only we can switch for next phase and there is no turning point for go back. The image shown here is regarding the process of waterfall model which shows us the flow of life cycle for a system. In waterfall model we follow the following phases: Project Planning Requirement Collection Feasible Study Design HLD(High Level Design) LLD(Low Level Design) Development Testing Installation/Acceptance Maintenance -------------------------------------------------------------------------------- Brief of all the phases Project Planning In this phase, ...