SlideShare a Scribd company logo
1 of 24
System Development Life Cycle
(SDLC)
Lecturer in Computer Science
University of Education, Okara Campus
inam@ue.edu.pk, organizer@dfd-charity.com, inam.bth@gmail.com

University of Education Okara
Campus

Inam Ul-Haq

1
Beginning of a System Development
History: emerges as Software Engineering in 1960’s in a conference to solve a problem
called “software crisis”.
Purpose: Design & Development of high-quality software

System Development is having two major component in it
• System Analysis – Analysis of current system for Problems & Demerits in it and
Additional requirements in new system
• System Design – Process of planning new system which will replace the old one
Documentation: It is an essential component of software because it is not possible to
understand different aspects of large programs without documentation.
It has been observed that efforts required to write documentation of large system is as
great as efforts required to develop systems.
Software Engineering: An engineering discipline concerned with the efficient and
economical development of large software systems.
• 4th generation of Software Engineering in progress.
• Software process life cycle or System Life cycle (SDLC)

University of Education Okara
Campus

System or Software: Programs + Documentation required to develop, install, use and
maintain software

2
System Development Life Cycle

In an organization System Development can be achieved by following steps:

2. Requirements analysis or system analysis
3. Design of System
4. Development of Software
5. System Testing
6. Implementation and Maintenance

University of Education Okara
Campus

1. Preliminary Investigation

3
Preliminary Investigation

1. Preliminary Investigation

The objective of this activity is to review all requests and identify those proposals that
are most beneficial to the organization. But this should be noted that this is neither a
designed study nor it includes collection of details to completely describe the
business system.
Preliminary Investigation can be achieved in following steps:
• Request Clarification
• Feasibility study
• Estimating Costs and Benefits
• Request Approvals

University of Education Okara
Campus

Whatever may be the reason of a request submitted by the Users or Managers to the
IS department, a system analyst is assigned to make a preliminary investigation.

4
Preliminary Investigation

Request Clarification
Defining the Scope and Objective of Request:

•
•

•

As mentioned in the objectives of System development objective earlier, an analyst
has to define for which objective a request for development is submitted.

•

This is collection of data / inputs by:
•
•

•

Reviewing employees workloads etc.
Conducting interviews of User, Supervisory Personal and Managers

Identify Viable Option:
•

Analyst has to identify the viable option by applying his common sense and
intuitions on his investigation

University of Education Okara
Campus

Conducting the Investigation

5
Preliminary Investigation

Feasibility (Possibility) Study

•
•
•
•

Technical Feasibility: Hardware and software availability, Technical Guarantee of

Accuracy, Reliability, Easy to Access, Data security, technical capacity to hold data and
future expansion.

Economical Feasibility: Evaluation of cost & Benefits expected.
Operational Feasibility: Finding views of workers, employees, customers & suppliers
about the use of new system.

Schedule Feasibility: Estimation of time to take new system to become operational.
Legal feasibility: Testing whether new system will comply financial reporting
requirements & Company’s contractual obligations.

University of Education Okara
Campus

•

Evaluation of alternative systems through cost and benefit analysis:

6

•

Request Approval: Based on the Observation and Findings of the Analyst, selected
requests are put up for the approval of management
Requirement Analysis & System Analysis

2. Requirement Analysis

Software Process: or Software Life Cycle consists of discrete no. of steps required to
complete a software. A final model of software is still a topic of research. However
few models are available:
• Waterfall Model
• Prototyping Model
• Rapid Application Development (RAD)

This phase of System Development is being completed in following step:

University of Education Okara
Campus

After Preliminary Investigation, study in depth the Present and Proposed New
System. This is the study of weakness & Problems in the present system and
management requirements of new system.

 Collection of data and facts
 Analysis of Present System, Analysis of Proposed system

7
Requirement Analysis & System Analysis

Collection of Data & Facts

•

Documents: This includes the Manuals, diagrams, forms, organizational charts etc. It
should be ensured that all documents are accurate & up to date

•

Questionnaires: These are skillfully drafted group of standard question which can be
given to all personal and can be analyze quickly.

•
•

Interviews: To get a complete picture of problems and opportunities.
Observation: Surprise Visit of users work palace to get a clear picture of user’s
environment.

University of Education Okara
Campus

Every system is built to meets some set of needs and to assess these needs, the
analyst often interact extensively with the people, who will be benefited from the
system In order to determine the requirement of those peoples he can use following
facts finding techniques:

8
Requirement Analysis & System Analysis

Analysis of Present System
Detailed investigation of the present system involves collecting, organizing and
evaluating facts about the present system and the environment in which it operates by
studying following areas in depth:
Review of Historical Aspects of organization



Analyze Present inputs to the system



Review of all data file maintained irrespective of online or offline



Review methods, procedures & data communications



Analyze Present outputs of system



Review internal controls



Model the existing physical system and logical system



Undertake overall analysis of present system

University of Education Okara
Campus



9
Requirement Analysis & System Analysis

Analysis of Proposed System
After each functional area of present system is defined the purposed system specification
must be defined.
These specification will be based on the strength and weakness of present system.

•

Output / Reports

•

Maintenance of Database

•

Data Inputting Process

•

Methods and Procedures to show the relationship between Input and Output

•

Work volume including peak period work volume

University of Education Okara
Campus

System Specification which should be in conformity with the Project Objective and Areas
Covered should be following:

10
System Design

1. Software prototyping, refers to the activity of creating prototypes of software applications,
i.e., incomplete versions of the software program being developed. It is an activity that can
occur in software development and is comparable to prototyping as known from other fields,
such as mechanical engineering or manufacturing.
A prototype typically simulates only a few aspects of, and may be completely different from,
the final product.
2. Rapid application development (RAD) is a software development methodology that uses
minimal planning in favor of rapid prototyping. The "planning" of software developed using
RAD is interleaved with writing the software itself. The lack of extensive pre-planning generally
allows software to be written much faster, and makes it easier to change requirements.
3. The spiral model is a risk-driven process model generator for software projects. Based on
the unique risk patterns of a given project, the spiral model guides a team to adopt elements
of one or more process models, such as incremental, waterfall, or evolutionary prototyping.

University of Education Okara
Campus

3. System Design (Contt.)

11
System Design

3. System Design

4. Scrum is an iterative and incremental Agile software development framework for managing
software projects and product or application development. Its focus is on "a flexible,
holistic product development strategy where a development team works as a unit to reach
a common goal" as opposed to a "traditional, sequential approach". Scrum enables the
creation of self-organizing teams by encouraging co-location of all team members, and
verbal communication among all team members and disciplines in the project.
5. Joint application design (JAD) is a process used in the prototyping life cycle area of
the Dynamic Systems Development Method (DSDM) to collect business requirements
while developing new information systems for a company. "The JAD process also includes
approaches for enhancing user participation, expediting development, and improving the
quality of specifications." It consists of a workshop where “knowledge workers and IT
specialists meet, sometimes for several days, to define and review the business
requirements for the system.” The attendees include high level management officials who
will ensure the product provides the needed reports and information at the end. This acts
as “a management process which allows Corporate Information Services (IS) departments
to work more effectively with users in a shorter time frame

University of Education Okara
Campus

There are common five models for software development.

12
University of Education Okara
Campus

Prototyping Model

13
University of Education Okara
Campus

Waterfall Model

14
University of Education Okara
Campus

Spiral Model

15
University of Education Okara
Campus

RAD Model

16
University of Education Okara
Campus

JAD Model

17
System Acquisition & Development

4. Selection of Software Model
Selection of a perfect Software for organization is totally depends on the followings:

• Low Risk of Quality: Software should be properly tested by the manufacturer for the
quality otherwise organization has to spend its precious time on quality assurance.
• Low Risk of Cost: The cost and benefit analysis will give us the perfect cost, which
organization can bear for acquiring the given software.

University of Education Okara
Campus

• Rapid Implementation: Whether software can be implemented quickly and put on
use ASAP. This characteristic will not be there if software is to be developed, hence
that will take long time.

18
System Testing

5. System Testing
This is Performing Parallel Operation and get the following done to analyze the
operational implementation feasibility:

 Processing of Test Data with the new system and take all outputs which can be
possible.
 Checking result of all system with the results of the same data in the current system
for the accuracy and error in the processing.
 Review result with future users, operational and support personal:

University of Education Okara
Campus

 Preparation realistic data based on the actual working data of the organization. It
may be based on the Historical data of the organization.

19
Implementation & Maintenance

6. Implementation & Maintenance
As the final Phase of the System Development it gives the results of the whole
process and handover the new system to end users.

To complete this phase a developer has to complete the following functions
successfully:
• Equipment Installation
• Training Personnel:
• Conversion Procedure:
• Post Implementation Evaluation (Feedback)

University of Education Okara
Campus

This also includes the overall review of the development process for its leakages and
errors in it.

20
Implementation & Maintenance

Equipment Installation
This includes following functions:

• Equipment Installation: Assembling and commissioning of the equipments
(hardware) and installation of software
• Equipment Checkout: Organize test runs of the system with sample actual data and
thereafter if it performs satisfactory than with the live actual data.

University of Education Okara
Campus

• Site Preparation: Preparing the site for installation and mobilizing all required
equipments and personnel at the site.

21
Implementation & Maintenance

Training Personnel

If there are deficiencies in Training, these may translate into reduction in user
Productivity Levels

University of Education Okara
Campus

Since user are not familiar with the New System, System Development Process
includes training of • System Operators: IT personnel who will handle the system maintenance in the
future.
• Users (Operators): The final user who will work on the system.

22
Implementation & Maintenance

Post Implementation Evaluation (Feedback)
Analysis of Satisfaction of Users or checking whether system is Operating Properly
or whether Objectives of System Development is achieved or not, is the most
important function in whole System Development process.

Post Implementation Evaluation includes following area:


Development Evaluation: Check whether development was done within
schedule and budgets.



Operation Evaluation: Check whether system is capable for handling the
duties and objective of development is achieved



Information Evaluation: Check Satisfaction of users etc.

University of Education Okara
Campus

This is also important for development of new system in future since each
development gives some experiences and lists some things to be taken care off.

23
References

University of Education Okara
Campus

• http://en.wikipedia.org/wiki/Software_development_process
• http://en.wikipedia.org/wiki/Systems_development_life-cycle
• http://www.mks.com/solutions/discipline/software-development-life-cycle-sdlc-systemdevelopment
• http://en.wikipedia.org/wiki/Software_prototyping

24

More Related Content

What's hot

Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
A Subbiah
 
software engineering notes for cse/it fifth semester
software engineering notes for cse/it fifth semestersoftware engineering notes for cse/it fifth semester
software engineering notes for cse/it fifth semester
rajesh199155
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
Gurban Daniel
 

What's hot (20)

unit testing and debugging
unit testing and debuggingunit testing and debugging
unit testing and debugging
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
 
SDLC - Software Development Life Cycle
SDLC - Software Development Life CycleSDLC - Software Development Life Cycle
SDLC - Software Development Life Cycle
 
Software process
Software processSoftware process
Software process
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 
Analysis modeling
Analysis modelingAnalysis modeling
Analysis modeling
 
Software Engineering Process Models
Software Engineering Process Models Software Engineering Process Models
Software Engineering Process Models
 
Design Concept software engineering
Design Concept software engineeringDesign Concept software engineering
Design Concept software engineering
 
Software design
Software designSoftware design
Software design
 
Software development life cycle (SDLC)
Software development life cycle (SDLC)Software development life cycle (SDLC)
Software development life cycle (SDLC)
 
Lecture 2 introduction to Software Engineering 1
Lecture 2   introduction to Software Engineering 1Lecture 2   introduction to Software Engineering 1
Lecture 2 introduction to Software Engineering 1
 
Web engineering
Web engineeringWeb engineering
Web engineering
 
Software Testing Strategies
Software Testing StrategiesSoftware Testing Strategies
Software Testing Strategies
 
Sdlc models
Sdlc modelsSdlc models
Sdlc models
 
Component based software engineering
Component based software engineeringComponent based software engineering
Component based software engineering
 
software engineering notes for cse/it fifth semester
software engineering notes for cse/it fifth semestersoftware engineering notes for cse/it fifth semester
software engineering notes for cse/it fifth semester
 
Software Engineering chapter 19
Software Engineering chapter 19Software Engineering chapter 19
Software Engineering chapter 19
 
Design engineering
Design engineeringDesign engineering
Design engineering
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
 
Web Engineering
Web EngineeringWeb Engineering
Web Engineering
 

Viewers also liked

“The state of the field effects of program type, personality, and language b...
“The state of the field  effects of program type, personality, and language b...“The state of the field  effects of program type, personality, and language b...
“The state of the field effects of program type, personality, and language b...
mmebrady
 
الموضوعات الموقع
الموضوعات الموقعالموضوعات الموقع
الموضوعات الموقع
guest14c7e5
 
Information Systems Life Cycle
Information Systems Life CycleInformation Systems Life Cycle
Information Systems Life Cycle
4goggas
 
Programming languages
Programming languagesProgramming languages
Programming languages
Akash Varaiya
 

Viewers also liked (20)

IT Software Development Life Cycle
IT Software Development Life CycleIT Software Development Life Cycle
IT Software Development Life Cycle
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 
SDLC and Software Process Models
SDLC and Software Process ModelsSDLC and Software Process Models
SDLC and Software Process Models
 
“The state of the field effects of program type, personality, and language b...
“The state of the field  effects of program type, personality, and language b...“The state of the field  effects of program type, personality, and language b...
“The state of the field effects of program type, personality, and language b...
 
introduction to computer in arabic class 2
introduction to computer in arabic class 2introduction to computer in arabic class 2
introduction to computer in arabic class 2
 
الموضوعات الموقع
الموضوعات الموقعالموضوعات الموقع
الموضوعات الموقع
 
System development analysis life cycle
System development analysis life cycleSystem development analysis life cycle
System development analysis life cycle
 
صياغة البرامج ولغات البرمجة
صياغة البرامج ولغات البرمجةصياغة البرامج ولغات البرمجة
صياغة البرامج ولغات البرمجة
 
مقدمة في البرمجة
مقدمة في البرمجةمقدمة في البرمجة
مقدمة في البرمجة
 
Information Systems Life Cycle
Information Systems Life CycleInformation Systems Life Cycle
Information Systems Life Cycle
 
soft skills محاضرة عن مهارات التواصل والـ
soft skills محاضرة عن مهارات التواصل والـsoft skills محاضرة عن مهارات التواصل والـ
soft skills محاضرة عن مهارات التواصل والـ
 
Presentation on generation of languages
Presentation on generation of languagesPresentation on generation of languages
Presentation on generation of languages
 
Application software
Application softwareApplication software
Application software
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
Computer languages 11
Computer languages 11Computer languages 11
Computer languages 11
 
Computer Languages.
Computer Languages.Computer Languages.
Computer Languages.
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
Coding and testing in Software Engineering
Coding and testing in Software EngineeringCoding and testing in Software Engineering
Coding and testing in Software Engineering
 
Computer languages
Computer languagesComputer languages
Computer languages
 

Similar to Software Development Life Cycle

2 approaches to system development
2 approaches to system development2 approaches to system development
2 approaches to system development
cymark09
 
System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentation
MAHERMOHAMED27
 
Mis system analysis and system design
Mis   system analysis and system designMis   system analysis and system design
Mis system analysis and system design
Rahul Hedau
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
Arun Nair
 

Similar to Software Development Life Cycle (20)

software engineering
software engineering software engineering
software engineering
 
Presentation2
Presentation2Presentation2
Presentation2
 
Mis unit iii by arnav
Mis unit iii by arnavMis unit iii by arnav
Mis unit iii by arnav
 
lake city institute of technology
lake city institute of technology lake city institute of technology
lake city institute of technology
 
system development life cycle
system development life cyclesystem development life cycle
system development life cycle
 
Sdlc1
Sdlc1Sdlc1
Sdlc1
 
Gr 6 sdlc models
Gr 6   sdlc modelsGr 6   sdlc models
Gr 6 sdlc models
 
SDLC
SDLCSDLC
SDLC
 
Online examination management system..pdf
Online examination management system..pdfOnline examination management system..pdf
Online examination management system..pdf
 
Introduction to Software engineering ch03
Introduction to Software engineering ch03Introduction to Software engineering ch03
Introduction to Software engineering ch03
 
SE UNIT-1 Revised.pdf
SE UNIT-1 Revised.pdfSE UNIT-1 Revised.pdf
SE UNIT-1 Revised.pdf
 
2 approaches to system development
2 approaches to system development2 approaches to system development
2 approaches to system development
 
Seminar on Project Management by Rj
Seminar on Project Management by RjSeminar on Project Management by Rj
Seminar on Project Management by Rj
 
System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentation
 
System development life cycle
System development life cycleSystem development life cycle
System development life cycle
 
Software testing and introduction to quality
Software testing and introduction to qualitySoftware testing and introduction to quality
Software testing and introduction to quality
 
Mis system analysis and system design
Mis   system analysis and system designMis   system analysis and system design
Mis system analysis and system design
 
SE Unit-1.pptx
SE Unit-1.pptxSE Unit-1.pptx
SE Unit-1.pptx
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
 

More from university of education,Lahore

More from university of education,Lahore (20)

Activites and Time Planning
 Activites and Time Planning Activites and Time Planning
Activites and Time Planning
 
Steganography
SteganographySteganography
Steganography
 
Classical Encryption Techniques
Classical Encryption TechniquesClassical Encryption Techniques
Classical Encryption Techniques
 
Activites and Time Planning
Activites and Time PlanningActivites and Time Planning
Activites and Time Planning
 
OSI Security Architecture
OSI Security ArchitectureOSI Security Architecture
OSI Security Architecture
 
Network Security Terminologies
Network Security TerminologiesNetwork Security Terminologies
Network Security Terminologies
 
Project Scheduling, Planning and Risk Management
Project Scheduling, Planning and Risk ManagementProject Scheduling, Planning and Risk Management
Project Scheduling, Planning and Risk Management
 
Software Testing and Debugging
Software Testing and DebuggingSoftware Testing and Debugging
Software Testing and Debugging
 
ePayment Methods
ePayment MethodsePayment Methods
ePayment Methods
 
SEO
SEOSEO
SEO
 
A Star Search
A Star SearchA Star Search
A Star Search
 
Enterprise Application Integration
Enterprise Application IntegrationEnterprise Application Integration
Enterprise Application Integration
 
Uml Diagrams
Uml DiagramsUml Diagrams
Uml Diagrams
 
eDras Max
eDras MaxeDras Max
eDras Max
 
RAD Model
RAD ModelRAD Model
RAD Model
 
Microsoft Project
Microsoft ProjectMicrosoft Project
Microsoft Project
 
Itertaive Process Development
Itertaive Process DevelopmentItertaive Process Development
Itertaive Process Development
 
Computer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab AwanComputer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab Awan
 
Lect 2 assessing the technology landscape
Lect 2 assessing the technology landscapeLect 2 assessing the technology landscape
Lect 2 assessing the technology landscape
 
system level requirements gathering and analysis
system level requirements gathering and analysissystem level requirements gathering and analysis
system level requirements gathering and analysis
 

Recently uploaded

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 

Software Development Life Cycle

  • 1. System Development Life Cycle (SDLC) Lecturer in Computer Science University of Education, Okara Campus inam@ue.edu.pk, organizer@dfd-charity.com, inam.bth@gmail.com University of Education Okara Campus Inam Ul-Haq 1
  • 2. Beginning of a System Development History: emerges as Software Engineering in 1960’s in a conference to solve a problem called “software crisis”. Purpose: Design & Development of high-quality software System Development is having two major component in it • System Analysis – Analysis of current system for Problems & Demerits in it and Additional requirements in new system • System Design – Process of planning new system which will replace the old one Documentation: It is an essential component of software because it is not possible to understand different aspects of large programs without documentation. It has been observed that efforts required to write documentation of large system is as great as efforts required to develop systems. Software Engineering: An engineering discipline concerned with the efficient and economical development of large software systems. • 4th generation of Software Engineering in progress. • Software process life cycle or System Life cycle (SDLC) University of Education Okara Campus System or Software: Programs + Documentation required to develop, install, use and maintain software 2
  • 3. System Development Life Cycle In an organization System Development can be achieved by following steps: 2. Requirements analysis or system analysis 3. Design of System 4. Development of Software 5. System Testing 6. Implementation and Maintenance University of Education Okara Campus 1. Preliminary Investigation 3
  • 4. Preliminary Investigation 1. Preliminary Investigation The objective of this activity is to review all requests and identify those proposals that are most beneficial to the organization. But this should be noted that this is neither a designed study nor it includes collection of details to completely describe the business system. Preliminary Investigation can be achieved in following steps: • Request Clarification • Feasibility study • Estimating Costs and Benefits • Request Approvals University of Education Okara Campus Whatever may be the reason of a request submitted by the Users or Managers to the IS department, a system analyst is assigned to make a preliminary investigation. 4
  • 5. Preliminary Investigation Request Clarification Defining the Scope and Objective of Request: • • • As mentioned in the objectives of System development objective earlier, an analyst has to define for which objective a request for development is submitted. • This is collection of data / inputs by: • • • Reviewing employees workloads etc. Conducting interviews of User, Supervisory Personal and Managers Identify Viable Option: • Analyst has to identify the viable option by applying his common sense and intuitions on his investigation University of Education Okara Campus Conducting the Investigation 5
  • 6. Preliminary Investigation Feasibility (Possibility) Study • • • • Technical Feasibility: Hardware and software availability, Technical Guarantee of Accuracy, Reliability, Easy to Access, Data security, technical capacity to hold data and future expansion. Economical Feasibility: Evaluation of cost & Benefits expected. Operational Feasibility: Finding views of workers, employees, customers & suppliers about the use of new system. Schedule Feasibility: Estimation of time to take new system to become operational. Legal feasibility: Testing whether new system will comply financial reporting requirements & Company’s contractual obligations. University of Education Okara Campus • Evaluation of alternative systems through cost and benefit analysis: 6 • Request Approval: Based on the Observation and Findings of the Analyst, selected requests are put up for the approval of management
  • 7. Requirement Analysis & System Analysis 2. Requirement Analysis Software Process: or Software Life Cycle consists of discrete no. of steps required to complete a software. A final model of software is still a topic of research. However few models are available: • Waterfall Model • Prototyping Model • Rapid Application Development (RAD) This phase of System Development is being completed in following step: University of Education Okara Campus After Preliminary Investigation, study in depth the Present and Proposed New System. This is the study of weakness & Problems in the present system and management requirements of new system.  Collection of data and facts  Analysis of Present System, Analysis of Proposed system 7
  • 8. Requirement Analysis & System Analysis Collection of Data & Facts • Documents: This includes the Manuals, diagrams, forms, organizational charts etc. It should be ensured that all documents are accurate & up to date • Questionnaires: These are skillfully drafted group of standard question which can be given to all personal and can be analyze quickly. • • Interviews: To get a complete picture of problems and opportunities. Observation: Surprise Visit of users work palace to get a clear picture of user’s environment. University of Education Okara Campus Every system is built to meets some set of needs and to assess these needs, the analyst often interact extensively with the people, who will be benefited from the system In order to determine the requirement of those peoples he can use following facts finding techniques: 8
  • 9. Requirement Analysis & System Analysis Analysis of Present System Detailed investigation of the present system involves collecting, organizing and evaluating facts about the present system and the environment in which it operates by studying following areas in depth: Review of Historical Aspects of organization  Analyze Present inputs to the system  Review of all data file maintained irrespective of online or offline  Review methods, procedures & data communications  Analyze Present outputs of system  Review internal controls  Model the existing physical system and logical system  Undertake overall analysis of present system University of Education Okara Campus  9
  • 10. Requirement Analysis & System Analysis Analysis of Proposed System After each functional area of present system is defined the purposed system specification must be defined. These specification will be based on the strength and weakness of present system. • Output / Reports • Maintenance of Database • Data Inputting Process • Methods and Procedures to show the relationship between Input and Output • Work volume including peak period work volume University of Education Okara Campus System Specification which should be in conformity with the Project Objective and Areas Covered should be following: 10
  • 11. System Design 1. Software prototyping, refers to the activity of creating prototypes of software applications, i.e., incomplete versions of the software program being developed. It is an activity that can occur in software development and is comparable to prototyping as known from other fields, such as mechanical engineering or manufacturing. A prototype typically simulates only a few aspects of, and may be completely different from, the final product. 2. Rapid application development (RAD) is a software development methodology that uses minimal planning in favor of rapid prototyping. The "planning" of software developed using RAD is interleaved with writing the software itself. The lack of extensive pre-planning generally allows software to be written much faster, and makes it easier to change requirements. 3. The spiral model is a risk-driven process model generator for software projects. Based on the unique risk patterns of a given project, the spiral model guides a team to adopt elements of one or more process models, such as incremental, waterfall, or evolutionary prototyping. University of Education Okara Campus 3. System Design (Contt.) 11
  • 12. System Design 3. System Design 4. Scrum is an iterative and incremental Agile software development framework for managing software projects and product or application development. Its focus is on "a flexible, holistic product development strategy where a development team works as a unit to reach a common goal" as opposed to a "traditional, sequential approach". Scrum enables the creation of self-organizing teams by encouraging co-location of all team members, and verbal communication among all team members and disciplines in the project. 5. Joint application design (JAD) is a process used in the prototyping life cycle area of the Dynamic Systems Development Method (DSDM) to collect business requirements while developing new information systems for a company. "The JAD process also includes approaches for enhancing user participation, expediting development, and improving the quality of specifications." It consists of a workshop where “knowledge workers and IT specialists meet, sometimes for several days, to define and review the business requirements for the system.” The attendees include high level management officials who will ensure the product provides the needed reports and information at the end. This acts as “a management process which allows Corporate Information Services (IS) departments to work more effectively with users in a shorter time frame University of Education Okara Campus There are common five models for software development. 12
  • 13. University of Education Okara Campus Prototyping Model 13
  • 14. University of Education Okara Campus Waterfall Model 14
  • 15. University of Education Okara Campus Spiral Model 15
  • 16. University of Education Okara Campus RAD Model 16
  • 17. University of Education Okara Campus JAD Model 17
  • 18. System Acquisition & Development 4. Selection of Software Model Selection of a perfect Software for organization is totally depends on the followings: • Low Risk of Quality: Software should be properly tested by the manufacturer for the quality otherwise organization has to spend its precious time on quality assurance. • Low Risk of Cost: The cost and benefit analysis will give us the perfect cost, which organization can bear for acquiring the given software. University of Education Okara Campus • Rapid Implementation: Whether software can be implemented quickly and put on use ASAP. This characteristic will not be there if software is to be developed, hence that will take long time. 18
  • 19. System Testing 5. System Testing This is Performing Parallel Operation and get the following done to analyze the operational implementation feasibility:  Processing of Test Data with the new system and take all outputs which can be possible.  Checking result of all system with the results of the same data in the current system for the accuracy and error in the processing.  Review result with future users, operational and support personal: University of Education Okara Campus  Preparation realistic data based on the actual working data of the organization. It may be based on the Historical data of the organization. 19
  • 20. Implementation & Maintenance 6. Implementation & Maintenance As the final Phase of the System Development it gives the results of the whole process and handover the new system to end users. To complete this phase a developer has to complete the following functions successfully: • Equipment Installation • Training Personnel: • Conversion Procedure: • Post Implementation Evaluation (Feedback) University of Education Okara Campus This also includes the overall review of the development process for its leakages and errors in it. 20
  • 21. Implementation & Maintenance Equipment Installation This includes following functions: • Equipment Installation: Assembling and commissioning of the equipments (hardware) and installation of software • Equipment Checkout: Organize test runs of the system with sample actual data and thereafter if it performs satisfactory than with the live actual data. University of Education Okara Campus • Site Preparation: Preparing the site for installation and mobilizing all required equipments and personnel at the site. 21
  • 22. Implementation & Maintenance Training Personnel If there are deficiencies in Training, these may translate into reduction in user Productivity Levels University of Education Okara Campus Since user are not familiar with the New System, System Development Process includes training of • System Operators: IT personnel who will handle the system maintenance in the future. • Users (Operators): The final user who will work on the system. 22
  • 23. Implementation & Maintenance Post Implementation Evaluation (Feedback) Analysis of Satisfaction of Users or checking whether system is Operating Properly or whether Objectives of System Development is achieved or not, is the most important function in whole System Development process. Post Implementation Evaluation includes following area:  Development Evaluation: Check whether development was done within schedule and budgets.  Operation Evaluation: Check whether system is capable for handling the duties and objective of development is achieved  Information Evaluation: Check Satisfaction of users etc. University of Education Okara Campus This is also important for development of new system in future since each development gives some experiences and lists some things to be taken care off. 23
  • 24. References University of Education Okara Campus • http://en.wikipedia.org/wiki/Software_development_process • http://en.wikipedia.org/wiki/Systems_development_life-cycle • http://www.mks.com/solutions/discipline/software-development-life-cycle-sdlc-systemdevelopment • http://en.wikipedia.org/wiki/Software_prototyping 24