Sei sulla pagina 1di 16

WELL

COME 
SDLC
System Development Lifecyle
About
SDLC
It used during the development
of an IT project, it describes
the different stages involved
in the project from the
drawing board, or in a scratch
through the completion of the
project. The SDLC is not a
methodology, but rather a
description of the phases in
the life cycle of the system
Understand
The process by which the System

Conceptualized

Developed

Maintaineed
Planning
Understand
The process by which the System
Maintenance
Requirement Analysis

Deployment Conceptualized
Design

Testing Developed
implementation and coding

Maintaineed
7 Phases of SDLC
1 Planning the requirements

Outline of the requirements of the Sytem.

User Registration
Login
Logout
Dashboard Landing Page
2 Requirement Analysis
define each outlined requirement and give more
planning details.

User Registration
• Username Input Field
• Password Field
• Checkbox – Accept Terms
and Conditons
• Submit Button
• Save User in Database
2 Requirement Analysis
define each outlined requirement and give more
planning details.

Login
• Username Input Field
• Password Field
• Submit Button
• Read User from Database
• Log User into the System
2 Requirement Analysis
define each outlined requirement and give more
planning details.

Logout
• Logout Button
• Clear Session
• Prevent account theft
2 Requirement Analysis
define each outlined requirement and give more
planning details.

Dashboard
• Main home page
• New Users should
redirect here
• Existing users redirect
here after login
3 Design
takes all the requirements and starts to plan the design
of the System.

User Interface Layouts


Color Schemes
Programming Languages
Frameworks
Database Relationships
Mobile Aspects
supported browsers
4 Impementation
/Coding

the developers will start writing the code, the


designers will continue planning the user
interface.
5 Te s t i n g
Start Testing and executing the system that is
created, validate that all of the requirements
have been met, make sure all the
functionalities working as expected, find as
many bugs as we possibly can, which could
be color
scheme is incorrect, or there's a user
interface bug somewhere that critical issue.
6 Deployment
Once the Testing phase is completed We
deploy our system will go live to real users.
7 Maintenance
We should Maintain and Improved the
system.
Thank
You! 

Potrebbero piacerti anche