Transform any presentation into a summarized study guide, highlighting the most important points and key insights.
1 of 18
Download to read offline
More Related Content
alex 4th year persentation wolkites.pptx
1. ETHIOPIAN TECHNICAL UNIVERSITY
WOLKITE SATELLITE CAMPUS
DEPARTMENT INFORMATION TECHNOLOGY
GROUP MEMBER
NAME ID
1) ZINABU SEGOYE==============1189/13
2) BIZUNEH GETU===============1175/13
3) GEZU DABA==================1198/13
4) GIZAW TADESE===============1177/13
2. Topics covered
Software design and implementation
Software validation
Software evolution
Automated process support
3. 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;
The activities of design and implementation are
closely related and may be inter-leaved.
5. Design activities
Architectural design, where you identify the overall
structure of the system, the principal components
(sometimes called sub-systems or
modules), their relationships and how they are
distributed.
Interface design, where you define the interfaces between
system components.
Component design, where you take each system
component and design how it will operate.
Database design, where you design the system data
structures and how these are to be represented in a
database.
6. Software validation
Verification and validation (V & V) is intended to
show that a system conforms to its specification and
meets the requirements of the system customer.
Involves checking and review processes and system
testing.
System testing involves executing the system with
test cases that are derived from the specification of
the real data to be processed by the system.
Testing is the most commonly used V & V activity
8. Testing stages
Development or component testing
Individual components are tested independently;
Components may be functions or objects or
coherent groupings of these entities.
System testing
Testing of the system as a whole. Testing of
emergent properties is particularly important.
Acceptance testing
Testing with customer data to check that the
system meets the customers needs.
10. Software evolution
Software is inherently flexible and can change.
As requirements change through changing
business circumstances, the software that
supports the business must also evolve and
change.
Although there has been a demarcation
between development and evolution
(maintenance) this is increasingly irrelevant as
fewer and fewer systems are completely new.
12. 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
13. Case technology
Case technology has led to significant
improvements in the software process though
not the order of magnitude improvements that
were once predicted
Software engineering requires creative thought - this
is not readily automatable
Software engineering is a team activity and, for large
projects, much time is spent in team interactions.
CASE technology does not really support these
14. CASE classification
Classification helps us understand the different types
of CASE tools and their support for process activities
Functional perspective
Tools are classified according to their specific function
Process perspective
Tools are classified according to process activities that are
supported
Integration perspective
Tools are classified according to their organisation into
integrated units
15. Key points
Software processes are the activities involved
in producing a software system. Software
process models are abstract representations of
these processes.
General process models describe the
organization of software processes. Examples
of these general models include the waterfall
model, incremental development, and reuse-
oriented development.
16. Cont.
Requirements engineering is the process of
developing a software specification.
Design and implementation processes are concerned
with transforming a requirements specification into
an executable software system.
Software validation is the process of checking that
the system conforms to its specification and that it
meets the real needs of the users of the system.
Software evolution takes place when you change
existing software systems to meet new requirements.
The software must evolve to remain useful.
17. Cont...
Software processes are the activities involved in
producing and evolving a software system. They
are represented in a software process model
General activities are specification, design and
implementation, validation and evolution
Generic process models describe the organisation
of software processes
Iterative process models describe the software
process as a cycle of activities
18. Cont...
Requirements engineering is the process of
developing a software specification
Design and implementation processes transform the
specification to an executable program
Validation involves checking that the system meets to
its specification and user needs
Evolution is concerned with modifying the system
after it is in use
CASE technology supports software process activities