Software Processes. The software process. Generic software process models. Waterfall model. Waterfall model phases



Similar documents
Modelli di sviluppo software. Enrico Giunchiglia

Software Processes. Coherent sets of activities for specifying, designing, implementing and testing software systems

The software process. Generic software process models. Waterfall model. Software Development Methods. Bayu Adhi Tama, ST., MTI.

Objectives. The software process. Basic software process Models. Waterfall model. Software Processes

Lecture 3 Software Development Processes

Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville

To introduce software process models To describe three generic process models and when they may be used

Software Engineering. Objectives. Designing, building and maintaining large software systems

CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed.

Unit 1 Learning Objectives

Chapter 2 Software Processes

Software Engineering. Software Engineering. Software Costs

Software Engineering. Software Development Process Models. Lecturer: Giuseppe Santucci

CSCI-485: Software Design

Chapter 3. Software Processes

SE464/CS446/ECE452 Software Life-Cycle and Process Models. Instructor: Krzysztof Czarnecki

Foundations of software engineering

Software Processes. Topics covered

Peter Mileff PhD SOFTWARE ENGINEERING. The Basics of Software Engineering. University of Miskolc Department of Information Technology

Software Engineering. What is a system?

IV. Software Lifecycles

Software Life Cycle Processes

Dependable (Safe/Reliable) Systems. ARO Reliability Workshop Software Intensive Systems

Ingeniería de Software & Ciclos de Vida. Luis Carlos Díaz Miguel Torres Julián Rodriguez

Advanced Software Engineering. Software Development Processes

Lecture Objectives. Software Life Cycle. Software Engineering Layers. Software Process. Common Process Framework. Umbrella Activities

CS4507 Advanced Software Engineering

Unit I. Introduction

Software Development Process Models and their Impacts on Requirements Engineering Organizational Requirements Engineering

Software Production and Lifecycle Models

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1

Modellistica Medica. Maria Grazia Pia, INFN Genova. Scuola di Specializzazione in Fisica Sanitaria Genova Anno Accademico

And the Models Are System/Software Development Life Cycle. Why Life Cycle Approach for Software?

CSE 435 Software Engineering. Sept 16, 2015

Software Development Process Models

Análisis, diseño y construcción de Software

CS 487. Week 8. Reference: 1. Software engineering, roger s. pressman. Reading: 1. Ian Sommerville, Chapter 3. Objective:

I219 Software Design Methodology

General Problem Solving Model. Software Development Methodology. Chapter 2A

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1

Rapid Software Development

A Comparison between Five Models of Software Engineering

TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW

Classical Software Life Cycle Models

Software Project Models

CSC 492 The Practice of Software Engineering. Lecture 3 University of Mount Union Software Life Cycle Models

A Process Programmer Looks at the Spiral Model

Software Development: The Waterfall Model

Explore 10 Different Types of Software Development Process Models

2. Analysis, Design and Implementation

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)

Software Process Models. Xin Feng

Overview. Software engineering and the design process for interactive systems. Standards and guidelines as design rules

SOFTWARE ENGINEERING IT 0301 Semester V B.Nithya,G.Lakshmi Priya Asst Professor SRM University, Kattankulathur

Software Development Life Cycle (SDLC)

Life Cycle Models. V. Paúl Pauca. CSC Fall Department of Computer Science Wake Forest University. Object Oriented Software Engineering

Principles of Software Engineering: Software Methodologies. COSI 120b, Spring 2005

6. Software Lifecycle Models. A software lifecycle model is a standardised format for planning organising, and running a new development project.

Software Engineering Reference Framework

Design with Reuse. Building software from reusable components. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 14 Slide 1

COMP 354 Introduction to Software Engineering

Requirements Engineering Process

ASSESSMENT OF SOFTWARE PROCESS MODELS

Topics covered. An Introduction to Software Engineering. FAQs about software engineering Professional and ethical responsibility

Components Based Design and Development. Unit 2: Software Engineering Quick Overview

A Comparison Between Five Models Of Software Engineering

Title: Topic 3 Software process models (Topic03 Slide 1).

UC Santa Barbara. CS189A - Capstone. Christopher Kruegel Department of Computer Science UC Santa Barbara

Christina Wallin ABB Corporate Research Department of Industrial IT Västerås +46 (0)

2. Analysis, Design and Implementation

Requirements Engineering Processes. Ian Sommerville 2006 Software Engineering, 8th edition. Chapter 7 Slide 1

Process Methodology. Wegmans Deli Kiosk. for. Version 1.0. Prepared by DELI-cious Developers. Rochester Institute of Technology

Software development lifecycle

Project management. Organizing, planning and scheduling software projects

Software Engineering

2/25/2012. [5]

An Introduction to Software Engineering

An Introduction to Software Engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 1

Process Models and Metrics

Software Development Process

Software Life Cycle Models

Course/Year W080/807 Expected Solution Subject: Software Development to Question No: 1

Models of Software Development

A Capability Maturity Model (CMM)

Software development life cycle. Software Engineering - II ITNP92 - Object Oriented Software Design. Requirements. Requirements. Dr Andrea Bracciali

Outline. Definitions. Course schedule

LECTURE 1. SYSTEMS DEVELOPMENT

International Journal of Advance Research in Computer Science and Management Studies

Project management. Organising, planning and scheduling software projects. Ian Sommerville 2000 Software Engineering, 6th edition.

SWEBOK Certification Program. Software Engineering Management

Modellistica Medica. Maria Grazia Pia, INFN Genova. Scuola di Specializzazione in Fisica Sanitaria Genova Anno Accademico

Introduction to Software Engineering. Adopted from Software Engineering, by Ian Sommerville

Software Life-Cycle Management

Software Engineering Introduction & Background. Complaints. General Problems. Department of Computer Science Kent State University

SOFTWARE CONFIGURATION MANAGEMENT GUIDEBOOK

SOFTWARE DEVELOPMENT SD

Software Process. Process: A sequence of activities, subject to constraints on resources, that produce an intended output of some kind.

CHAPTER 1: INTRODUCTION TO RAPID APPLICATION DEVELOPMENT (RAD)

What is a life cycle model?

Transcription:

Software Processes CSC 221 Introduction to Software Engineering software processes extract from Sommerville s chapter 3 slides Alan Dix Coherent sets of activities for specifying, designing, implementing and testing software systems www.hcibook.com/alan/teaching/csc221/ Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 1 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 2 The software process Generic software process models A structured set of activities required to develop a software system Specification Design Validation Evolution A software process model is an abstract representation of a process. It presents a description of a process from some particular perspective The waterfall model Separate and distinct phases of and development Specification and development are interleaved A mathematical system model is formally transformed to an implementation Reuse-based development The system is assembled from existing components Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 3 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 4 Waterfall model Waterfall model phases definition System and software design Implementation and unit testing Integration and system testing Operation and maintenance and definition System and software design Implementation and unit testing Integration and system testing Operation and maintenance The drawback of the waterfall model is the difficulty of accommodating change after the process is underway Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 5 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 6

Waterfall model problems Inflexible partitioning of the project into distinct stages This makes it difficult to respond to changing customer requirements Therefore, this model is only appropriate when the requirements are well-understood Exploratory development Objective is to work with customers and to evolve a final system from an initial outline. Should start with well-understood requirements Throw-away prototyping Objective is to understand the system requirements. Should start with poorly understood requirements Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 7 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 8 Outline description Concurrent activities Specification Validation Initial version Intermediate versions Final version Problems Lack of process visibility Systems are often poorly structured Special skills (e.g. in languages for rapid prototyping) may be required Applicability For small or medium-size interactive systems For parts of large systems (e.g. the user interface) For short-lifetime systems Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 9 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 10 Based on the transformation of a mathematical through different representations to an executable program Transformations are correctness-preserving so it is straightforward to show that the program conforms to its Embodied in the Cleanroom approach to N.B. really about replacing/ augmenting/supporting software development the design and implementation phase of software development definition transformation Integration and system testing Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 11 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 12

transformations transformations T1 T2 T3 T4 Problems Need for specialised skills and training to apply the technique Difficult to formally specify some aspects of the system such as the user interface R1 R2 R3 Executable program Applicability Critical systems especially those where a safety or security case must be made before the system is put into operation P1 P2 P3 P4 Proofs of transformation correctness Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 13 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 14 Reuse-oriented development Reuse-oriented development Based on systematic reuse where systems are integrated from existing components or COTS (Commercial-off-the-shelf) systems Process stages Component modification System design with reuse and integration Component modification and integration System design with reuse System validation This approach is becoming more important but still limited experience with it Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 15 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 16 Process iteration Incremental development System requirements ALWAYS evolve in the course of a project so process iteration where earlier stages are reworked is always part of the process for large systems Rather than deliver the system as a single delivery, the development and delivery is broken down into s with each delivering part of the required functionality Iteration can be applied to any of the generic process models Two (related) approaches Incremental development Spiral development User requirements are prioritised and the highest priority requirements are included in early s Once the development of an is started, the requirements are frozen though requirements for later s can continue to evolve Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 17 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 18

Incremental development Incremental development advantages Define outline requirements Develop system Assign requirements to s Validate System incomplete Design system architecture Integrate Validate system Final system Customer value can be delivered with each so system functionality is available earlier Early s act as a prototype to help elicit requirements for later s Lower risk of overall project failure The highest priority system services tend to receive the most testing Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 19 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 20 Extreme programming Spiral development New approach to development based on the development and delivery of very small s of functionality Relies on constant code improvement, user involvement in the development team and pairwise programming Process is represented as a spiral rather than as a sequence of activities with backtracking Each loop in the spiral represents a phase in the process. No fixed phases such as or design - loops in the spiral are chosen depending on what is required s are explicitly assessed and resolved throughout the process Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 21 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 22 Spiral model of the software process Spiral model sectors Determine objectives alternatives and constraints Plan next phase REVIEW plan Life-cycle plan plan Integration and test plan Evaluate alternatives identify, resolve risks Operational Prototype 3 Prototype 2 protoype Prototype 1 Simulations, models, benchmarks Concept of Operation S/W requirements Product design Detailed Requirement design validation Code Design Unit test V&V Integration Acceptance test Service test Develop, verify next-level product Objective setting Specific objectives for the phase are identified assessment and reduction s are assessed and activities put in place to reduce the key risks and validation A development model for the system is chosen which can be any of the generic models Planning The project is reviewed and the next phase of the spiral is planned Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 23 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 24

summary normative process models summary similar activities waterfall model evolutionary development formal development reuse-oriented development mainly effect design and implementation requirements and design and implementation architectural design, detailed and sub-system design, integration of components, deployment testing, verification and validation evolution deployment, maintenance, changing requirements Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 25 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 26 summary... but different timings common theme waterfall model each activity in sequence whole system within each activity al development each slice of system in sequence all activities for each part spiral development when it seems right! R&S D&I V&V E documents and activities (software quality) more than stages and phases (management) Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 27 Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 (extract) Slide 28