Chapter 2 SW Process Models

Slides:



Advertisements
Similar presentations
Software Processes.
Advertisements

Prescriptive Process models
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Lecture # 2 : Process Models
Unit 2. Software Lifecycle
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 المحاضرة الثانية.
1 Chapter 4 - Part 1 Software Processes. 2 Software Processes is: Coherent (logically connected) sets of activities for specifying, designing, implementing,
CSE 470 : Software Engineering The Software Process.
The software process A software process is a set of activities and associated results which lead to the production of a software product. This may involve.
 © Ian Sommerville A software process model is an abstract representation of a process. It presents a description of a process from some particular perspective.
Software Engineering COMP 201 1COMP201 - Software Engineering Lecturer: Sebastian Coope Ashton Building, Room G.18 COMP.
ISNE101 Dr. Ken Cosh. Recap  We’ve been talking about Software…  Application vs System Software  Programming Languages  Vs Natural Languages  Syntax,
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Software Processes Coherent sets of activities for specifying, designing, implementing and testing software systems.
SYSC System Analysis and Design
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Process Models.
©Ian Sommerville 2000 Software Engineering, 6th edition Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Chapter 3 Software Processes.
Lecture 2 Software Processes CSC301-Winter 2011 Hesam C. Esfahani
Software Processes Sumber dari : cc.ee.ntu.edu.tw/~farn/courses/SE/ch4.ppt.
Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
©Ian Sommerville 2000, Mejia-Alvarez 2009 Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing and testing.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 1 Slide 1 Software Processes (Chapter 3)
Software Processes lecture 8. Topics covered Software process models Process iteration Process activities The Rational Unified Process Computer-aided.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 Slide 1 Software Processes l Coherent sets of activities for specifying, designing,
Lecture 3 Software Engineering Models (Cont.)
1 SWE Introduction to Software Engineering Lecture 4.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
An Introduction to Software Engineering
Chapter 13: Software Life Cycle Models Omar Meqdadi SE 273 Lecture 13 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
CSC 480 Software Engineering Lecture 2 August 26, 2002.
September 30, 2010COMS W41561 COMS W4156: Advanced Software Engineering Prof. Gail Kaiser
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
Software Engineering, 8th edition. Chapter 4 1 Courtesy: ©Ian Sommerville 2006 FEB 13 th, 2009 Lecture # 5 Software Processes.
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Software Engineering Saeed Akhtar The University of Lahore Lecture 3 Originally shared for: mashhoood.webs.com.
1 Chapter 2 SW Process Models. 2 Objectives  Understand various process models  Understand the pros and cons of each model  Evaluate the applicability.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
1 SYS366 Week 2 - Lecture Visual Modeling and Process.
Laurea Triennale in Informatica – Corso di Ingegneria del Software I – A.A. 2006/2007 Andrea Polini II. Software Life Cycle.
CompSci 280 S Introduction to Software Development
Software engineering Software Processes.
Chapter 2 – Software Processes
Software Engineering C h a p t e r 2 Software Process Dr. Doaa Sami
CS 389 – Software Engineering
Chapter 2: Software Processes
Chapter 2 – Software Processes
Software Processes (a)
Chapter :Software Process Model
CS 425/625 Software Engineering Software Processes
Chapter 2: Software Process Models
Software Processes.
Chapter 2 – Software Processes
Chapter 2 Software Processes
Chapter 2 – Software Processes
An Overview of Software Processes
An Overview of Software Processes
CS310 Software Engineering Lecturer Dr.Doaa Sami
Software Processes.
Chapter 2: Software Process Models
SNS College of Engineering Coimbatore
Chapter 2 Software Processes
Presentation transcript:

Chapter 2 SW Process Models

Important Announcement No Class on Monday

Objectives After completing this chapter you should be able to: Describe various SW process models Identify the advantages and disadvantages of each model Evaluate the applicability of each model for a certain type of software development

Overview What are SW process models? Why SW process models? The Waterfall Model Evolutionary Models The CBSE Model Agile Models Which is best?

A Software Process is A structured set of activities required to develop a software system Requirements Specification Design and Implementation Validation Evolution

Ad hoc Software Development Developing software without planning for each phase, and without specifying tasks, deliverables, or time constraints. Relies entirely on the skills and experience of the individual staff for performing the work. The software process is constantly changed or modified as the work progresses.

Activity Formulate Teams As a team, answer the following question: What do you think are the problems with ad-hoc development.

Ad hoc Software Development Some problems with ad-hoc development Difficult to distinguish between tasks and therefore some important tasks may be ignored Schedules, budgets, functionality, and product quality are generally (inconsistent). If problems are found late, they are more costly to fix. How can we avoid these problems?

We need .. A Software process Model which is “an abstract representation of a process. It presents a description of a process from some particular perspective.” It provides guidelines to organize how software process activities should be performed and in what order.

SW Process Models Waterfall model Evolutionary models Component-based development model Iterative Models

THE Waterfall model

The Waterfall Model Niagara Falls, Canada

The Waterfall Model Oldest model, it’s been around since 1970. Called “Linear Sequential Model”. Most widely used model for SW engineering Documentation is produced at each stage.

Phases Requirements analysis and definition System and software design Implementation and unit testing Integration and system testing Operation and maintenance

Waterfall model diagram

Evolutionary Models

Evolutionary Models Exploratory Model Prototyping Model

The Exploratory Model Objective is to work with customers and evolve a final system from an initial outline specification. Should start with well-understood requirements and add new features as proposed by the customer.

The Exploratory Model

The Prototyping Model When a customer defines a set of general objectives for a software but does not identify detailed input, processing, or output requirement. It consists of the iterating phases: Requirements gathering Design and build SW prototype Evaluate prototype with customer Refine requirements

The Prototyping Model Listen to Customer Build / Revise prototype Customer Test Drives the prototype

Cbse model

Component Based Software Engineering (CBSE) 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 increasingly used as component standards have emerged.

Component Based Software Engineering (CBSE)

Iterative models

Iterative Models Incremental Model Spiral Model Agile Model

The Incremental Model 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.

The Incremental Model

The Spiral Model Defined by Barry Boehm in his 1988 article A Spiral Model of Software Development and Enhancement. 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. Suitable for large, expensive and complicated projects

The Spiral Model

The Spiral Model Objective setting Risk assessment and reduction 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.

The Spiral Model Risk driven process model What is a risk? Different risk patterns can lead to choosing different process models What is a risk? Situations or possible events that may cause a project to fail to meet its goal. Example risks: Experienced staff leave the project Hardware which is essential for the system will not be delivered on schedule (more about risks in Chapter 3)

Agile Models- Individual Reading Individual Homework Assignment , more details later in the chapter.

Evaluation of Models

Activity Formulate teams Each team chooses a slip from the envelope. List the advantages, disadvantages, and when to use a certain software process model. Share your list with the rest of the class.

The Waterfall Model Inflexible partitioning of the project into distinct stages makes it difficult to respond to changing customer requirements. Only appropriate when the requirements are well-understood and changes will be fairly limited during the design process. The waterfall model is mostly used for large systems engineering projects.

The Exploratory Model Problems Applicability Lack of process visibility; Systems are often poorly structured; Applicability For small or medium-size interactive systems; For parts of large systems (e.g. the user interface); For short-lifetime systems.

The Prototyping Model Advantages Disadvantages Users get a feel for the actual system Developers get to build something immediately Specifications can be developed incrementally Disadvantages The developer may make implementation compromises in order to get a prototype working quickly. The process in not visible (few documents that reflect every version of the system) Systems poorly structured

Component Based Software Engineering (CBSE) Advantages: Reduce amount of software to be developed Reduce costs and risks Faster delivery Disadvantages: Requirements compromises, system does not meet real needs of users Control over system evolution is lost

The Incremental Model 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.

The Incremental Model Disadvantages: Increments should be relatively small (20,000 lines of code) Can be difficult to map the customer’s requirements onto increments of the right size Hard to identify common functions

The Spiral Model Advantages: Risks are explicitly assessed and resolved throughout the process. Software engineers can start working on the project earlier rather than wading through a lengthy early design process.

The Spiral Model Disadvantages: Requires highly skilled people in risk analysis and planning Requires more time, and is more expensive Estimates of budget and time are harder to judge at the beginning of the project since the requirements evolve through the process

Which model is best? The choice of a model depends on the project circumstances and requirements. A combination of models is used sometimes get the benefits of more than one model. Criteria for evaluating models: Risk management Quality / cost control Visibility of progress Early system functionality Customer involvement and feedback

Assignment 1 Individual Homework Write a short essay about Agile models (history, description, difference from other models, known methods, evaluation and suitability. The essay should not exceed 1000 words. More details can be found on the course blog.