Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
It describe phases of the software cycle and the order in which those
phases are executed. Each phase produces deliverable required by the
next phase in the life cycle. Requirements are translated into
design. Code is produced according to the design which is called
development phase. After coding and development the testing verifies the
deliverable of the implementation phase against requirements.
- Requirement gathering and analysis
- Design
- Implementation or coding
- Testing
- Deployment
- Maintenance
Software Development life cycle is the process which is followed to develop a software product. It is a structured way of building software applications. Most organizations have a process in place for developing software; this process may, at times, be customized based on the organizations requirement and framework followed by organization.
ReplyDelete