SDLC :software development lifecycle
SDLC stands for Software Development Life Cycle.
It’s a process that software developers and organizations follow to plan, design, build, test, and maintain software systems.
Here are the common stages of SDLC:
1. Planning – Understanding what the software needs to do and setting goals.
2. Requirements analysis – Gathering detailed information on what users or businesses need.
3. Design – Creating system architecture, user interfaces, and data models.
4. Development (or coding) – Writing the actual code for the software.
5. Testing – Checking for bugs and verifying that the software works correctly.
6. Deployment – Releasing the software for users to use.
7. Maintenance – Fixing issues and updating the software after release.