Software Processes: Software Specifications:functionality Software Development: The
Software Processes: Software Specifications:functionality Software Development: The
A software process is the set of activities and associated outcome that produce a
software product. Software engineers mostly carry out these activities. These
are four key process activities, which are common to all software processes.
These activities are:
Software specifications:Functionality Software development: The
of the software and constraints on its software to meet the requirement
operation must be defined. must be produced.
Process models may contain activities, which are part of the software process,
software product, and the roles of people involved in software
engineering. Some examples of the types of software process models that
may be produced are:
The waterfall approach: This takes the above activities and produces them as
separate process phases such as requirements specification, software design,
implementation, testing, and so on. After each stage is defined, it is "signed
off" and development goes onto the following stage.
Quality: Many software products have poor quality, i.e., the software products
defects after putting into use due to ineffective testing technique. For example,
Software testing typically finds 25 errors per 1000 lines of code.
A life cycle model represents all the methods required to make a software
product transit through its life cycle stages. It also captures the structure in
which these methods are to be undertaken.
In other words, a life cycle model maps the various activities performed on a
software product from its inception to retirement.
Different life cycle models may plan the necessary development activities to
phases in different ways.
During any life cycle stage, more than one activity may also be carried out.
Software Development Life Cycle
(SDLC)
Need of SDLC
The development team must determine a suitable life cycle model for a
particular plan and then observe to it.
It is possible that one representative might start writing the code for his part,
another might choose to prepare the test documents first, and some other
engineer might begin with the design phase of the roles assigned to him.
A phase can begin only if its stage-entry criteria have been fulfilled.
So without a software life cycle model, the entry and exit criteria for a stage
cannot be recognized.
Without software life cycle models, it becomes tough for software project
managers to monitor the progress of the project.
Software Development Life Cycle
(SDLC)
SDLC Cycle
Business analyst and Project organizer set up a meeting with the client to
gather all the data like what the customer wants to build, who will be the end
user, what is the objective of the product.
Once the required function is done, an analysis is complete with auditing the
feasibility of the growth of a product. In case of any ambiguity, a signal is set
up for further discussion.
Once the requirement analysis is done, the next stage is to certainly represent
and document the software requirements and get them accepted from the
project stakeholders.
The next phase is about to bring down all the knowledge of requirements,
analysis, and design of the software project. This phase is the product of the last
two, like inputs from the customer and requirement gathering.
Software Development Life Cycle
(SDLC)
SDLC Cycle
Stage4: Developing the project
In this phase of SDLC, the actual development begins, and the programming
is built. The implementation of design begins concerning writing code.
After the code is generated, it is tested against the requirements to make sure
that the products are solving the needs addressed and gathered during the
requirements stage.
During this stage, unit testing, integration testing, system testing, acceptance
testing are done.
Software Development Life Cycle
(SDLC)
SDLC Cycle
Stage6: Deployment
Once the software is certified, and no bugs or errors are stated, then it is
deployed.
Once when the client starts using the developed systems, then the real issues
come up and requirements to be solved from time to time.
This procedure where the care is taken for the developed product is known as
maintenance.
Software Development Life Cycle
(SDLC)
SDLC Models
There are different software development life cycle models specify and
design, which are followed during the software development phase.
The developer must complete every phase before the next phase begins.
It describes the "what" of the system to be produced and not "how.“
It defines the overall software architecture together with high level and
detailed design. All this work is documented as a Software Design Document
(SDD).
Software Development Life Cycle
(SDLC)
SDLC Models 1.Waterfall model
Implementation and unit testing
During this phase, design is implemented.
After that these modules are tested by writing some overhead code to check
the interaction between these modules and the flow of intermediate output.
Software Development Life Cycle
(SDLC)
SDLC Models 1.Waterfall model
Integration and System Testing
This phase is highly crucial as the quality of the end product is determined by
the effectiveness of the testing carried out.
The better output will lead to satisfied customers, lower maintenance costs,
and accurate results.
Maintenance is the task performed according to every user once the software
has been delivered to the customer, installed, and operational.
Software Development Life Cycle
(SDLC)
SDLC Models 1.Waterfall model
When to use SDLC Waterfall Model?
Some Circumstances where the use of the Waterfall model is most suited are:
A project is short
Where the tools and technology used is consistent and is not changing
This model is simple to implement also the number of resources that are
required for it is minimal.
The requirements are simple and explicitly declared; they remain unchanged
during the entire project development.
The start and end points for each phase is fixed, which makes it easy to cover
progress.
The release date for the complete product, as well as its final cost, can be
determined before development.
It gives easy to control and clarity for the customer due to a strict reporting
system.
Software Development Life Cycle
(SDLC)
SDLC Models 1.Waterfall model
Disadvantages of Waterfall model
In this model, the risk factor is higher, so this model is not suitable for more
significant and complex projects.
It becomes tough to go back to the phase. For example, if the application has
now shifted to the coding phase, and there is a change in requirement, It
becomes tough to go back and change it.
Since the testing done at a later stage, it does not allow identifying the
challenges and risks in the earlier phase, so the risk reduction strategy is
difficult to prepare.
Software Development Life Cycle
(SDLC)
SDLC Models 2. RAD Model
If the requirements are well understood and described, and the project scope
is a constraint, the RAD process enables a development team to create a fully
functional system within a concise time period.
Data Modelling
The data collected from business modeling is refined into a set of data objects
(entities) that are needed to support the business.
The attributes (character of each entity) are identified, and the relation
between these data objects (entities) is defined.
Software Development Life Cycle
(SDLC)
SDLC Models 2. RAD Model
The various phases of RAD are as follows:
Process Modelling
The information object defined in the data modeling phase are transformed to
achieve the data flow necessary to implement a business function. Processing
descriptions are created for adding, modifying, deleting, or retrieving a data
object.
Application Generation
Automated tools are used to facilitate construction of the software; even they
use the 4th GL techniques.
Testing & Turnover
Many of the programming components have already been tested since RAD
emphasis reuse. This reduces the overall testing time. But the new part must be
tested, and all interfaces must be fully exercised.
Software Development Life Cycle
(SDLC)
SDLC Models 2. RAD Model
When to use RAD Model?
When the system should need to create the project that modularizes in a short
span time (2-3 months).
It should be used only if the budget allows the use of automatic code
generating tools.
Software Development Life Cycle
(SDLC)
SDLC Models 2. RAD Model
Advantage of RAD Model
It implements the potential for rapid development of new versions of the
software. Using the spiral model, the software is developed in a series of
incremental releases.
During the early iterations, the additional release may be a paper model or
prototype.
During later iterations, more and more complete versions of the engineered
system are produced.
Software Development Life Cycle
(SDLC)
SDLC Models 3.Spiral Model
Software Development Life Cycle
(SDLC)
SDLC Models 3.Spiral Model
Each cycle in the spiral is divided into four parts:
Objective setting
Each cycle in the spiral starts with the identification of purpose for that cycle,
the various alternatives that are possible for achieving the targets, and the
constraints that exists.
Risk Assessment and reduction
The next phase in the cycle is to calculate these various alternatives based on
the goals and constraints. The focus of evaluation in this stage is located on the
risk perception for the project.
Development and validation
The next phase is to develop strategies that resolve uncertainties and risks. This
process may include activities such as benchmarking, simulation, and
prototyping.
Software Development Life Cycle
(SDLC)
SDLC Models 3.Spiral Model
Planning
Finally, the next step is planned. The project is reviewed, and a choice made
whether to continue with a further period of the spiral. If it is determined to
keep, plans are drawn up for the next step of the project.
An essential element of the model is that each period of the spiral is
completed by a review that includes all the products developed during that
cycle, including plans for the next cycle.
Disadvantages
In this, each phase of SDLC must complete before the next phase starts.
Module Design: In the module design Coding Phase: After designing, the coding phase
phase, the system breaks down into is started. Based on the requirements, a suitable
small modules. The detailed design of programming language is decided. code goes
the modules is specified, which is through many code reviews to check the
known as Low-Level Design performance.
Software Development Life Cycle
(SDLC)
SDLC Models 4. V-Model
There are the various phases of ValidationPhase of V-model:
Unit Testing :In the V-
Integration Testing System Testing: System
Model, Unit Test Plans
Integration Test Plans Tests Plans are developed
(UTPs) are developed
are developed during the during System Design
during the module design
Architectural Design Phase. Unlike Unit and
phase. These UTPs are
Phase. These tests verify Integration Test Plans,
executed to eliminate errors
that groups created and System Tests Plans are
at code level or unit level. A
tested independently can composed by the client’s
unit is the smallest entity
coexist and business team. System Test
which can independently
communicate among ensures that expectations
exist, like a program
themselves. from an application are met.
module.
Acceptance Testing: Acceptance testing is related to the business requirement analysis part. It
includes testing the software product in user atmosphere. Acceptance tests reveal the
compatibility problems with the different systems, which is available within the user
atmosphere. It conjointly discovers the non-functional problems like load and performance
defects within the real user atmosphere.
Software Development Life Cycle
(SDLC)
SDLC Models 4. V-Model
When to use V-Model?
The V-shaped model should be chosen when sample technical resources are
available with essential technical expertise.
Software Development Life Cycle
(SDLC)
SDLC Models 4. V-Model
Advantage (Pros) of V-Model
Easy to Understand.
Testing Methods like planning, test designing happens well before coding.
This saves a lot of time. Hence a higher chance of success over the waterfall
model.
Works well for small plans where requirements are easily understood.
Software Development Life Cycle
(SDLC)
SDLC Models 4. V-Model
Disadvantage (Cons) of V-Model
If any changes happen in the midway, then the test documents along with the
required documents, has to be updated.
Software Development Life Cycle
(SDLC)
SDLC Models 5.Incremental Model
In this model, each module goes through the requirements, design,
implementation and testing phases. Every subsequent release of the module
adds function to the previous release.
In this phase of the Incremental model of SDLC, the design of the system
functionality and the development method are finished with success. When
software develops new practicality, the incremental model uses style and
development phase.
Software Development Life Cycle
(SDLC)
SDLC Models 5.Incremental Model
The various phases of incremental model are as follows:
Testing:
In the incremental model, the testing phase checks the performance of each
existing function as well as additional functionality. In the testing phase, the
various methods are used to test the behavior of each task.
Implementation:
More flexible.
Agile methods break tasks into smaller iterations, or parts do not directly
involve long term planning.
The project scope and requirements are laid down at the beginning of the
development process.
Plans regarding the number of iterations, the duration and the scope of each
iteration are clearly defined in advance.
Software Development Life Cycle
(SDLC)
SDLC Models 6.Agile Model
The division of the entire project into smaller parts helps to minimize the
project risk and to reduce the overall project delivery time requirements.
When a customer is ready to have a meeting with a software team all the
time.
Frequent Delivery.
Due to the lack of proper documentation, once the project completes and the
developers allotted to another project, maintenance of the finished project can
become a difficulty.
Software Development Life Cycle
(SDLC)
SDLC Models 7.Iterative Model
In this Model, you can start with some of the software specifications and
develop the first version of the software.
After the first version if there is a need to change the software, then a new
version of the software is created with a new iteration.
Every release of the Iterative Model finishes in an exact and fixed period that
is called iteration.
The Iterative Model allows the accessing earlier phases, in which the
variations made respectively.
The final output of the project renewed at the end of the Software
Development Life Cycle (SDLC) process.
Software Development Life Cycle
(SDLC)
SDLC Models 7.Iterative Model
Software Development Life Cycle
(SDLC)
SDLC Models 7.Iterative Model
The various phases of Iterative model are as follows:
Requirement gathering & analysis
In this phase, requirements are gathered from customers and check by an
analyst whether requirements will fulfil or not. Analyst checks that need will
achieve within budget or not. After all of this, the software team skips to the
next phase.
Design:
In the design phase, team design the software by the different diagrams like
Data Flow diagram, activity diagram, class diagram, state transition diagram,
etc.
Software Development Life Cycle
(SDLC)
SDLC Models 7.Iterative Model
The various phases of Iterative model are as follows:
Implementation:
In the implementation, requirements are written in the coding language and
transformed into computer programmes which are called Software.
Testing:
After completing the coding phase, software testing starts using different test
methods. There are many test methods, but the most common are white box,
black box, and grey box test methods.
Software Development Life Cycle
(SDLC)
SDLC Models 7.Iterative Model
The various phases of Iterative model are as follows:
Deployment:
After completing all the phases, software is deployed to its work environment.
Review:
In this phase, after the product deployment, review phase is performed to check
the behaviour and validity of the developed product. And if there are any error
found then the process starts again from the requirement gathering.
Maintenance:
In the maintenance phase, after deployment of the software in the working
environment there may be some bugs, some errors or new updates are required.
Maintenance involves debugging and new addition options.
Software Development Life Cycle
(SDLC)
SDLC Models 7.Iterative Model
When to use the Iterative Model?
When requirements are defined clearly and easy to understand.
Development begins with the necessary funds and efforts in the form of
inputs. And the result may or may not be as per the customer's requirement,
because in this model, even the customer requirements are not defined.
This model is ideal for small projects like academic projects or practical
projects. One or two developers can work together on this model.
Software Development Life Cycle
(SDLC)
SDLC Models 8. Big Bang Model
Software Development Life Cycle
(SDLC)
SDLC Models 8. Big Bang Model
When to use Big Bang Model?
As we discussed above, this model is required when this project is small like
an academic project or a practical project.
This method is also used when the size of the developer team is small and
when requirements are not defined, and the release date is not confirmed or
given by the customer.
Software Development Life Cycle
(SDLC)
SDLC Models 8. Big Bang Model
Advantage(Pros) of Big Bang Model:
Simple Model.
Easy to manage.
If requirements are not clear that can cause very expensive.
Software Development Life Cycle
(SDLC)
SDLC Models 9. Prototype Model
The prototype model requires that before carrying out the development of
actual software, a working prototype of the system should be built.
A prototype usually turns out to be a very crude version of the actual system,
possible exhibiting limited functional capabilities, low reliability, and
inefficient performance as compared to actual software.
In many instances, the client only has a general view of what is expected from
the software product. In such a scenario where there is an absence of detailed
information regarding the input to the system, the processing needs, and the
output requirement, the prototyping model may be employed.
Software Development Life Cycle
(SDLC)
SDLC Models 9. Prototype Model
Software Development Life Cycle
(SDLC)
SDLC Models 9. Prototype Model
Steps of Prototype Model
Quick Decision
Build a Prototype
Prototype Refinement
Engineer Product
Software Development Life Cycle
(SDLC)
SDLC Models 9. Prototype Model
Advantage of Prototype Model
Errors can be detected much earlier as the system is made side by side.
Software Development Life Cycle
(SDLC)
SDLC Models 9. Prototype Model
Disadvantage of Prototype Model
An unstable/badly implemented prototype often becomes the final product.
Require extensive customer collaboration
• Costs customer money.
• Needs committed customer.
• Difficult to finish if customer withdraw.
• May be too customer specific, no broad market.
Difficult to know how long the project will last.
Easy to fall back into the code and fix without proper requirement analysis,
design, customer evaluation, and feedback.
Prototyping tools are expensive.
Special tools & techniques are required to build a prototype.
It is a time-consuming process.