DEV Community

Anthony Iroham
Anthony Iroham

Posted on

Software Devlopment Livecycle (SDLC)

Software Development Lifecycle(SDLC): This is the step by step plan of making a software: The steps:
1.Planning
2.Requirements/ Analysis
3.Design
4.Implementation/Coding
5.Testing
6.Developmentent
7.Maintainance.
SDLC is used by software developers or development team to design,develope,test and deploy high-quality software.
DevOps is not a single step in the Software Development Lifecycle (SDLC) — it’s more like a way of working that runs through the entire lifecycle.

Top comments (0)