Phase of SDLC
Phase of SDLC
What is SDLC?
SDLC is a process that defines the various stages involved in the development of software for
delivering a high-quality product. SDLC stages cover the complete life cycle of a software i.e. from
inception to retirement of the product. SDLC stands for Software Development Life Cycle and is also
referred to as the Application Development life-cycle
Why SDLC?
Here, are prime reasons why SDLC is important for developing a software system.
SDLC Phases
The entire SDLC process divided into the following SDLC steps:
SDLC Phases
This stage gives a clearer picture of the scope of the entire project and the anticipated issues,
opportunities, and directives which triggered the project.
Requirements Gathering stage need teams to get detailed and precise requirements. This helps
companies to finalize the necessary timeline to finish the work of that system.
1|Page
Gurudev 9887900801
Phase 2: Feasibility study
Once the requirement analysis phase is completed the next SDLC step is to define and document
software needs. This process conducted with the help of ‘Software Requirement Specification’
document also known as ‘SRS’ document. It includes everything which should be designed and
developed during the project life cycle.
Phase 3: Design
In this third phase, the system and software design documents are prepared as per the requirement
specification document. This helps define overall system architecture.
This design phase serves as input for the next phase of the model.
Low-Level Design(LLD)
Phase 4: Coding
Once the system design phase is over, the next phase is coding. In this phase, developers start build
the entire system by writing code using the chosen programming language. In the coding phase, tasks
are divided into units or modules and assigned to the various developers. It is the longest phase of the
Software Development Life Cycle process.
In this phase, Developer needs to follow certain predefined coding guidelines. They also need to use
programming tools like compiler, interpreters, debugger to generate and implement the code.
2|Page
Gurudev 9887900801
Phase 5: Testing
Once the software is complete, and it is deployed in the testing environment. The testing team starts
testing the functionality of the entire system. This is done to verify that the entire application works
according to the customer requirement.
During this phase, QA and testing team may find some bugs/defects which they communicate to
developers. The development team fixes the bug and send back to QA for a re-test. This process
continues until the software is bug-free, stable, and working according to the business needs of that
system.
Phase 6: Installation/Deployment
Once the software testing phase is over and no bugs or errors left in the system then the final
deployment process starts. Based on the feedback given by the project manager, the final software is
released and checked for deployment issues if any.
Phase 7: Maintenance
Once the system is deployed, and customers start using the developed system, following 3 activities
occur
Bug fixing – bugs are reported because of some scenarios which are not tested at all
Upgrade – Upgrading the application to the newer versions of the Software
Enhancement – Adding some new features into the existing software
The main focus of this SDLC phase is to ensure that needs continue to be met and that the system
continues to perform as per the specification mentioned in the first phase.
3|Page