Software development life cycle as we know is the process of completing a project or a software with stages like design, development and testing. It's the syntax or structure for building a project.
Let's have a look at the phases of SDLC.
|
Stages Of SDLC |
1] The Requirement analysis / Planning : This phase of software development life cycle mainly focusses on the software requirements as well as the client's requirements. Helps for arranging the resources needed for the creation of software from start to end.
2] Design : It mainly focuses on how to deliver the software as per the required model. Designs the required functionality of the project.
3] Development : It's an important phase were the design module is converted to a information system. Here jobs like creation and testing of databases is done, test cases are prepared and are performed, coding, compiling is done.
|
SDLC PHASES |
4] Integration & Tests : In this stage, the software build is tested again as per the client's requirements and further passed for implementation phase.
5] Implementation : The problems identified by the integration phase are fixed and ready for the operations & maintenance stage of SDLC.
6] Maintenance : Include Post implementation and In-process Reviews.
7] Dispositon : End of system activities and handed further to client as per completing the project with the given requirements.