What Is SDLC?: 1. Requirements Gathering
What Is SDLC?: 1. Requirements Gathering
1. Requirements Gathering:
In this phase we gather all the requirements from the client, i.e. what are the
client expected input, output……
2. Analysis:
In this phase based upon the client requirements we prepare one
documentation is called “High Level Design Document”. It contains Abstract,
Functional Requirements, Non Functional Requirements, Existing System,
Proposed System, SRS,………
3. Design:
It is difficult to understand the High Level Design Document for all the members,
so to understand easily we use “Low Level Design Document”. To design this
document we use UML (Unified Modeling Language). In this we have Use case,
Sequence, Collaboration……..
4. Coding:
In this phase we develop the coding module by module. After developing all the
modules we integrate them.
5. Testing:
After developing we have to check weather client requirements are satisfied or
not. If not we are again going to develop.
6. Implementation:
In testing phase if client requirements are satisfied, we go for implementation.
i.e. we need to deploy the application in some server.
7. Maintenance:
After deployment, if at all any problems come from the client side; we are
providing maintenance for that application.