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



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

Modelli di sviluppo software. Enrico Giunchiglia

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

Lecture 3 Software Development Processes

Objectives. The software process. Basic software process Models. Waterfall model. Software 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

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

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

Unit 1 Learning Objectives

Chapter 2 Software Processes

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

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

Software Engineering. Software Engineering. Software Costs

CSCI-485: Software Design

Chapter 3. Software Processes

Foundations of software engineering

Software Processes. Topics covered

Introduction. Getting started with software engineering. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 1 Slide 1

Software Engineering. What is a system?

IV. Software Lifecycles

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

Software Life Cycle Processes

Advanced Software Engineering. Software Development Processes

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

Unit I. Introduction

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

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

CS4507 Advanced Software Engineering

Software Production and Lifecycle Models

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)

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

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

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

Software Engineering UNIT -1 OVERVIEW

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

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

CSE 435 Software Engineering. Sept 16, 2015

Outline. Definitions. Course schedule

Software Development Process Models

COMP 354 Introduction to Software Engineering

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

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

Software development lifecycle

I219 Software Design Methodology

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

Software Development Life Cycle (SDLC)

CMSC 435: Software Engineering Course overview. Topics covered today

How To Model Software Development Life Cycle Models

TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW

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

In this Lecture you will Learn: Development Process. Unified Software Development Process. Best Practice

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

Software Process for QA

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

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

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

Software Project Models

Development Methodologies

Classical Software Life Cycle Models

Aerospace Software Engineering

Software Engineering

CHAPTERS A NEW KNOT MODEL FOR COMPONENT BASED SOFTWARE DEVELOPMENT

Software Engineering Reference Framework

A Comparison between Five Models of Software Engineering

Software Engineering/Courses Description Introduction to Software Engineering Credit Hours: 3 Prerequisite: (Computer Programming 2).

A Capability Maturity Model (CMM)

Software Process and Models

Explore 10 Different Types of Software Development Process Models

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

Module 2. Software Life Cycle Model. Version 2 CSE IIT, Kharagpur

Applying CMMI SM In Information Technology Organizations SEPG 2003

Elite: A New Component-Based Software Development Model

Chakra Vs Spiral Model - A Practical Approach

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

The most suitable system methodology for the proposed system is drawn out.

Security Considerations for the Spiral Development Model

Software Development Life Cycle Models - Process Models. Week 2, Session 1

Process Models and Metrics

LECTURE 1. SYSTEMS DEVELOPMENT

2. Analysis, Design and Implementation

What is a life cycle model?

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

Chapter 3. Technology review Introduction

1.1 The Nature of Software... Object-Oriented Software Engineering Practical Software Development using UML and Java. The Nature of Software...

Software Process Models. Xin Feng

Chap 1. Introduction to Software Architecture

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

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

Software Life Cycle Models

SOFTWARE CONFIGURATION MANAGEMENT GUIDEBOOK

A Process Model for Software Architecture

Introduction. Getting started with software engineering. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 1 Slide 1

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53

Weaving the Software Development Process Between Requirements and Architectures

(Refer Slide Time: 01:52)

Transcription:

Questions What is the life cycle of a software product? Why do we need software process models? What are the goals of a software process and what makes it different from other industrial processes?

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

Product stages Products Measurement/ Evaluation Doc Team work Mgmt Of Artifacts Evolution Requirements Arch/Design Construction Deployment/ Maintenance

Product, process stages Products Processes Measurement/ Evaluation Doc Team work Mgmt Of Artifacts Evolution Requirements Arch/Design Construction Deployment/ Maintenance

What is a software process model? A simplified representation of a software process, presented from a specific perspective Examples of process perspectives are Workflow perspective - sequence of activities Data-flow perspective - information flow Role/action perspective - who does what Generic process models Waterfall Evolutionary development Formal transformation Integration from reusable components

Software process model Attempt to organize the software life cycle by defining activities involved in software production order of activities and their relationships Goals of a software process standardization, predictability, productivity, high product quality, ability to plan time and budget requirements

Code&Fix The earliest approach Write code Fix it to eliminate any errors that have been detected, to enhance existing functionality, or to add new features Source of difficulties and deficiencies impossible to predict impossible to manage

Models are needed Symptoms of inadequacy: the software crisis scheduled time and cost exceeded user expectations not met poor quality The size and economic value of software applications required appropriate "process models"

Process model goals (B. Boehm 1988) "determine the order of stages involved in software development and evolution, and to establish the transition criteria for progressing from one stage to the next. These include completion criteria for the current stage plus choice criteria and entrance criteria for the next stage. Thus a process model addresses the following software project questions: What shall we do next? How long shall we continue to do it?"

Process as a "black box" Informal Requirements Process Product

Problems The assumption is that requirements can be fully understood prior to development Interaction with the customer occurs only at the beginning (requirements) and end (after delivery) Unfortunately the assumption almost never holds

Process as a "white box" Informal Requirements Process Product feedback

Advantages Reduce risks by improving visibility Allow project changes as the project progresses based on feedback from the customer

Feasibility study Why a new project? cost/benefits tradeoffs buy vs make Requires to perform preliminary requirements analysis Produces a Feasibility Study Document 1. Definition of the problem 2. Alternative solutions and their expected benefits 3. Required resources, costs, and delivery dates in each proposed alternative solution

Little-JIL notation Pre-requisite badge Step bar Interface badge Step name Post-requisite badge Sequencing badge Handlers badge Reactions badge

Example process Out:customer ID, service types Preorder Process Request Out:order Form Order Provide Service Out: bundle update ID Customer Receive Service Request Assign Customer To Bundle Update Services Update Package Add Feature Assign Package To Bundle

Classify Components

Input example (BOOD process)

Generic software process models The waterfall model Separate and distinct phases of specification and development Evolutionary development Specification and development are interleaved Formal systems development A mathematical system model is formally transformed to an implementation Reuse-based development The system is assembled from existing components

Waterfall model Requirements definition System and software design Implementation and unit testing Integration and system testing Operation and maintenance

Waterfall model phases Requirements analysis 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

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

Rapid application development model Requirements are well understood Fourth generation techniques are used The system must be modularizable High performance very difficult to obtain New technologies are high risk

Evolutionary development Exploratory development Objective is to work with customers and to evolve a final system from an initial outline specification. Should start with well-understood requirements Throw-away prototyping Objective is to understand the system requirements. Should start with poorly understood requirements

Evolutionary development Concurrent activities Specification Initial version Outline description Development Intermediate versions Validation Final version

Evolutionary development 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

Formal systems development Based on the transformation of a mathematical specification through different representations to an executable program Transformations are correctness-preserving so it is straightforward to show that the program conforms to its specification Embodied in the Cleanroom approach to software development

Formal systems development Requirements definition Formal specification Formal transformation Integration and system testing

Formal transformations Formal transformations T1 T2 T3 T4 Formal specification R1 R2 R3 Executable program P1 P2 P3 P4 Proofs of transformation correctness

Formal systems development 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 Applicability Critical systems especially those where a safety or security case must be made before the system is put into operation

Reuse-oriented development Based on systematic reuse where systems are integrated from existing components or COTS (Commercial-off-the-shelf) systems Process stages Component analysis Requirements modification System design with reuse Development and integration This approach is becoming more important but still limited experience with it

Reuse-oriented development Requirements specification Component analysis Requirements modification System design with reuse Development and integration System validation

Process iteration 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 Iteration can be applied to any of the generic process models Two (related) approaches Incremental development Spiral development

Incremental development Rather than deliver the system as a single delivery, the development and delivery is broken down into increments with each increment delivering part of the required functionality User requirements are prioritised and the highest priority requirements are included in early increments Once the development of an increment is started, the requirements are frozen though requirements for later increments can continue to evolve

Incremental development Define outline requirements Assign requirements to increments Design system architecture Develop system increment Validate increment System incomplete Integrate increment Validate system Final system

Incremental development advantages Customer value can be delivered with each increment so system functionality is available earlier Early increments act as a prototype to help elicit requirements for later increments Lower risk of overall project failure The highest priority system services tend to receive the most testing

Extreme programming New approach to development based on the development and delivery of very small increments of functionality Relies on constant code improvement, user involvement in the development team and pairwise programming

Spiral development 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 specification or design - loops in the spiral are chosen depending on what is required Risks are explicitly assessed and resolved throughout the process

Spiral model of the software process Determine objectives alternatives and constraints Plan next phase REVIEW Requirements plan Life-cycle plan Development plan Integration and test plan Risk analysis Risk analysis Risk analysis Prototype 2 Risk analysis Prototype 1 Concept of Operation S/W requirements Requirement validation Design V&V Service Acceptance test Prototype 3 Operational protoype Simulations, models, benchmarks Product design Integration test Evaluate alternatives identify, resolve risks Code Unit test Detailed design Develop, verify next-level product

Spiral model sectors Objective setting Specific objectives for the phase are identified Risk assessment and reduction Risks are assessed and activities put in place to reduce the key risks Development 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