Systems Development Life Cycle
Systems Development Life Cycle
1.
2.
3.
4.
5.
6.
7.
8.
9.
10. What does a Business Analyst do, what are their Roles and responsibilities?
11. What are some of the common tools that a business Analyst uses?
12. What documents should be delivered by a Business Analyst should deliver?
13. What is use case diagram used for?
14. How do you normally gather Requirements from end user?
15. What is the difference between Business Analyst & System Analyst?
16. Can you tell me difference between Business Analyst and Business Analysis?
Overview[edit]
A systems development life cycle is composed of a number of clearly defined and distinct work
phases which are used by systems engineers and systems developers to plan for, design, build, test,
and deliverinformation systems. Like anything that is manufactured on an assembly line, an SDLC
aims to produce high quality systems that meet or exceed customer expectations, based on
customer requirements, by delivering systems which move through each clearly defined phase,
within scheduled time-frames and cost estimates. [3] Computer systems are complex and often
(especially with the recent rise of service-oriented architecture) link multiple traditional systems
potentially supplied by different software vendors. To manage this level of complexity, a number of
SDLC models or methodologies have been created, such as "waterfall"; "spiral"; "Agile software
development"; "rapid prototyping"; "incremental"; and "synchronize and stabilize".[4]
SDLC can be described along a spectrum of agile to iterative to sequential. Agile methodologies,
such as XP and Scrum, focus on lightweight processes which allow for rapid changes (without
necessarily following the pattern of SDLC approach) along the development
cycle. Iterative methodologies, such as Rational Unified Process and dynamic systems development
method, focus on limited project scope and expanding or improving products by multiple iterations.
Sequential or big-design-up-front (BDUF) models, such as waterfall, focus on complete and correct
planning to guide large projects and risks to successful and predictable results [citation needed]. Other
models, such as anamorphic development, tend to focus on a form of development that is guided by
project scope and adaptive iterations of feature development.
In project management a project can be defined both with a project life cycle (PLC) and an SDLC,
during which slightly different activities occur. According to Taylor (2004) "the project life cycle
encompasses all the activities of the project, while the systems development life cycle focuses on
realizing the product requirements".[5]
SDLC is used during the development of an IT project, it describes the different stages involved in
the project from the drawing board, through the completion of the project.
Phases[edit]
This article may require cleanup to meet Wikipedia's quality standards. The specific
problem is: parts of this section appear to be unfinished and half-written/typed Pleas
help improve this article if you can. (July 2015)
This section needs additional citations for verification. Please help improve this
The system development life cycle framework provides a sequence of activities for system designers
and developers to follow. It consists of a set of steps or phases in which each phase of the SDLC
uses the results of the previous one.
The SDLC adheres to important phases that are essential for developers, such
as planning, analysis, design, and implementation, and are explained in the section below. It
includes evaluation of present system, information gathering, feasibility study and request approval.
A number of SDLC models have been created: waterfall, fountain, spiral, build and fix, rapid
prototyping, incremental, and synchronize and stabilize. The oldest of these, and the best known, is
the waterfall model: a sequence of stages in which the output of each stage becomes the input for
the next. These stages can be characterized and divided up in different ways, including the following:
[7]
Integration and testing: Brings all the pieces together into a special testing
environment, then checks for errors, bugs and interoperability.
Maintenance: During the maintenance stage of the SDLC, the system is assessed
to ensure it does not become obsolete. This is also where changes are made to
initial software. It involves continuous evaluation of the system in terms of its
performance.
Evaluation: Some companies do not view this as an official stage of the SDLC,
while others consider it to be an extension of the maintenance stage, and may be
referred to in some circles as post-implementation review. This is where the system
that was developed, as well as the entire process, is evaluated. Some of the
questions that need to be answered include: does the newly implemented system
meet the initial business requirements and objectives? Is the system reliable and
fault-tolerant? Does the system function according to the approved functional
requirements? In addition to evaluating the software that was released, it is
important to assess the effectiveness of the development process. If there are any
aspects of the entire process, or certain stages, that management is not satisfied
with, this is the time to improve. Evaluation and assessment is a difficult issue.
However, the company must reflect on the process and address weaknesses.
Disposal: In this phase, plans are developed for discarding system information,
hardware and software in making the transition to a new system. The purpose here
is to properly move, archive, discard or destroy information, hardware and software
that is being replaced, in a manner that prevents any possibility of unauthorized
disclosure of sensitive data. The disposal activities ensure proper migration to a
new system. Particular emphasis is given to proper preservation and archival of
data processed by the previous system. All of this should be done in accordance
with the organization's security requirements.[9]
In the following example (see picture) these stages of the systems development life
cycle are divided in ten steps from definition to creation and modification of IT work
products:
The tenth phase occurs when the system is disposed of and the task performed is either
eliminated or transferred to other systems. The tasks and work products for each phase are
described in subsequent chapters.[10]
Not every project will require that the phases be sequentially executed. However, the
phases are interdependent. Depending upon the size and complexity of the project,
phases may be combined or may overlap.[10]
System investigation[edit]
The system investigates the IT proposal. During this step, we must consider all current
priorities that would be affected and how they should be handled. Before any system
planning is done, a feasibility study should be conducted to determine if creating a new
or improved system is a viable solution. This will help to determine the costs, benefits,
resource requirements, and specific user needs required for completion. The
development process can only continue once management approves of the
recommendations from the feasibility study.[11]
Operational feasibility
Economic feasibility
Technical feasibility
Legal/Political feasibility
System analysis[edit]
The goal of system analysis is to determine where the problem is, in an attempt to fix
the system. This step involves breaking down the system in different pieces to analyze
the situation, analyzing project goals, breaking down what needs to be created and
attempting to engage users so that definite requirements can be defined.
Design[edit]
In systems design, the design functions and operations are described in detail, including
screen layouts, business rules, process diagrams and other documentation. The output
of this stage will describe the new system as a collection of modules or subsystems.
The design stage takes as its initial input the requirements identified in the approved
requirements document. For each requirement, a set of one or more design elements
will be produced as a result of interviews, workshops, and/or prototype efforts.
Design elements describe the desired system features in detail, and generally include
functional hierarchy diagrams, screen layout diagrams, tables of business rules,
business process diagrams, pseudo-code, and a complete entity-relationship diagram
with a full data dictionary. These design elements are intended to describe the system in
sufficient detail, such that skilled developers and engineers may develop and deliver the
system with minimal additional input design.
Environments[edit]
Environments are controlled areas where systems developers can build, distribute,
install, configure, test, and execute systems that move through the SDLC. Each
environment is aligned with different areas of the SDLC and is intended to have specific
purposes. Examples of such environments include the:
User acceptance testing environment, where business stakeholders can test against
their original business requirements,
Production environment, where systems finally get deployed to, for final use by their
intended end users.
Testing[edit]
The code is tested at various levels in software testing. Unit, system and user
acceptance testings are often performed. This is a grey area as many different opinions
exist as to what the stages of testing are and how much, if any iteration occurs. Iteration
is not generally part of the waterfall model, but the means to rectify defects and validate
fixes prior to deployment is incorporated into this phase.
The following are types of testing that may be relevant, depending on the type of system
under development:
Path testing
Unit testing
System testing
Integration testing
Black-box testing
White-box testing
Regression testing
Automation testing
Evaluation[edit]
The final phase of the SDLC is to measure the effectiveness of the system and evaluate
potential enhancements.
Object-oriented analysis[edit]
Object-oriented analysis (OOA) is the process of analyzing a task (also known as
a problem domain), to develop a conceptual model that can then be used to complete
the task. A typical OOA model would describe computer software that could be used to
satisfy a set of customer-defined requirements. During the analysis phase of problemsolving, a programmer might consider a written requirements statement, a formal vision
document, or interviews with stakeholders or other interested parties. The task to be
addressed might be divided into several subtasks (or domains), each representing a
different business, technological, or other areas of interest. Each subtask would be
analyzed separately. Implementation constraints,
(e.g., concurrency, distribution, persistence, or how the system is to be built) are not
considered during the analysis phase; rather, they are addressed during object-oriented
design (OOD).
The conceptual model that results from OOA will typically consist of a set of use cases,
one or more UML class diagrams, and a number of interaction diagrams. It may also
include some kind of user interface mock-up.
Use case: Use case is a description of sequences of events that, taken together,
lead to a system doing something useful. Each use case provides one or
more scenarios that convey how the system should interact with the users called
actors to achieve a specific business goal or function. Use case actors may be end
users or other systems. In many circumstances use cases are further elaborated
into use case diagrams. Use case diagrams are used to identify the actor (users or
other systems) and the processes they perform.
User interface documentations (if applicable): Document that shows and describes
the look and feel of the end product's user interface. It is not mandatory to have this,
but it helps to visualize the end-product and therefore helps the designer.
Relational data model (if applicable): A data model is an abstract model that
describes how data is represented and used. If an object database is not used, the
relational data model should usually be created before the design, since the
strategy chosen for object-relational mapping is an output of the OO design
process. However, it is possible to develop the relational data model and the objectoriented design artifacts in parallel, and the growth of an artifact can stimulate the
refinement of other artifacts.
Life cycle[edit]
The SDLC phases serve as a programmatic guide to project activity and provide a
flexible but consistent way to conduct projects to a depth matching the scope of the
project. Each of the SDLC phase objectives are described in this section with key
deliverables, a description of recommended tasks, and a summary of related control
objectives for effective management. It is critical for the project manager to establish
and monitor control objectives during each SDLC phase while executing projects.
Control objectives help to provide a clear statement of the desired result or purpose and
should be used throughout the entire SDLC process. Control objectives can be grouped
into major categories (domains), and relate to the SDLC phases as shown in the figure.
[12]
To manage and control any SDLC initiative, each project will be required to establish
some degree of a work breakdown structure (WBS) to capture and schedule the work
necessary to complete the project. The WBS and all programmatic material should be
kept in the "project description" section of the project notebook. The WBS format is
mostly left to the project manager to establish in a way that best describes the project
work.
There are some key areas that must be defined in the WBS as part of the SDLC policy.
The following diagram describes three key areas that will be addressed in the WBS in a
manner established by the project manager.[12] The diagram shows coverage spans
numerous phases of the SDLC but the associated MCD has a subset of primary
mappings to the SDLC phases. For example, Analysis and Design is primarily
performed as part of the Acquisition and Implementation Domain and System Build and
Prototype is primarily performed as part of delivery and support.
The upper section of the work breakdown structure (WBS) should identify the major
phases and milestones of the project in a summary fashion. In addition, the upper
section should provide an overview of the full scope and timeline of the project and will
be part of the initial project description effort leading to project approval. The middle
section of the WBS is based on the seven systems development life cycle phases as a
guide for WBS task development. The WBS elements should consist of milestones and
"tasks" as opposed to "activities" and have a definitive period (usually two weeks or
more). Each task must have a measurable output (e.x. document, decision, or analysis).
A WBS task may rely on one or more activities (e.g. software engineering, systems
engineering) and may require close coordination with other tasks, either internal or
external to the project. Any part of the project needing support from contractors should
have a statement of work (SOW) written to include the appropriate tasks from the SDLC
phases. The development of a SOW does not occur during a specific phase of SDLC
but is developed to include the work from the SDLC process that may be conducted by
external resources such as contractors.[12]
Baselines[edit]
Baselines are an important part of the systems development life cycle. These baselines
are established after four of the five phases of the SDLC and are critical to the iterative
nature of the model .[13] Each baseline is considered as a milestone in the SDLC.
product baseline: established after the detail design and development phase.
Complementary methodologies[edit]
Complementary software development methods to systems development life cycle are:
Software prototyping
Open-source development
End-user development
Object-oriented programming
Comparison of Methodology Approaches (Post, & Anderson 2006)[14]
SDLC
Control
Formal
RAD
MIS
Open
source
Weak
Objects
Standard
s
JAD
Joint
Prototypin
End
User
User
User
Short
Time frame
Long
Short
Medium
Any
Medium Short
Users
Many
Few
MIS staff
Many
Few
Transaction/DS
S
Interface
Documentation
and training
Integrity and
security
Reusability
Transaction Both
Few
Hundred
s
Both
Varies
Few
One or two
One
Split
Few
One or two
None
Both
DSS
DSS
DSS
Crucial
Crucial
Crucial
Minimal
Minimal Weak
Windows
Vital
Limited
Internal
In Objects Limited
Weak
None
Vital
Vital
Unknown
In Objects Limited
Weak
Weak
Limited
Some
Maybe
Vital
Weak
None
Limited
the SDLC model and apply it to whatever may be most appropriate for the software
being designed.
A comparison of the strengths and weaknesses of SDLC:
Strengths
Weaknesses
Control.
Detailed steps.
Rigidity.
Documentation.
Ease of maintenance.