Software Processes: in Slight Detail
Software Processes: in Slight Detail
Software Processes
In Slight Detail
Learning Outcome
• A little bit better understanding on the
software process.
• In a bit of detail
• All of the upcoming topics will be
discussed in greater detail in upcoming
lectures.
I. Software specification
The process of establishing what services are
required and the constraints on the system’s
operation and development
Feasibility Requirements
study elicitation and
analysis
Requir ements
specification
Feasibility Requirements
report validation
System
models
User and system
requirements
Requirements
document
II. Software design and
implementation
The process of converting the system
specification into an executable system
• Software design
– Design a software structure that realises the specification
• Implementation
– Translate this structure into an executable program
Design acti
vities
Architectur
al Interface Component Data Algorithm
Abstract
design design design structur
e design
specifica
tion
design
Software Data
System Interface Component Algorithm
specifica
tion structure
architectur
e specifica
tion specifica
t ion specifica
tion
specificat ion
Design pr
oducts
Design methods
Systematic approaches to developing a
software design
• The design is usually documented as a set of graphical
models
• Possible models
– Data-flow model
– Entity-relation-attribute model
– Structural model
– Object models
Programming and debugging
Translating a design into a program and
removing errors from that program
Existing New
systems system
Automated process support (CASE)
• Computer-aided software engineering (CASE) is
software to support software development and evolution
processes
• Activity automation
– Graphical editors for system model development
– Data dictionary to manage design entities
– Graphical UI builder for user interface construction
– Debuggers to support program fault finding
– Automated translators to generate new versions of a
program
Case technology
Analysis and
Programming Testing
design