Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What is Systems development life cycle
The Systems Development Life Cycle, or Software Development Life Cycle (SDLC), is the most efficient process to plan, build, test, deploy, and maintain the software product. The SDLC consists of seven stages to develop any software that meets the requirements provided by the customer. Plan: Done byRead more
The Systems Development Life Cycle, or Software Development Life Cycle (SDLC), is the most efficient process to plan, build, test, deploy, and maintain the software product.
The SDLC consists of seven stages to develop any software that meets the requirements provided by the customer.
- Plan: Done by the developers to gather information from the customer to design the product according to their requirements. Also, the scope, goals, and objectives are set in this phase.
- Analysis: The functional and technical requirements discussed in the planning stage are reviewed and approved by the customer and stakeholders. After the approval, the Software Requirement Specification (SRS) document is created, which consists of all the information about the project.
- Design: Multiple architectures for the software are designed. The customer and stakeholders analyse the pros and cons of each architecture and choose the most efficient design.
- Development: Developers write code as per the design to build the software.
- Test: The software’s performance is tested in all aspects. The bugs are fixed for the smooth execution of the software.
- Deployment: The software is deployed into the system for the users to work with it.
- Maintenance: Feedback on the product is received to provide updates on the software.
See less