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



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

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

Modelli di sviluppo software. Enrico Giunchiglia

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

Lecture 3 Software Development Processes

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

Unit 1 Learning Objectives

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

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. Software Development Process Models. Lecturer: Giuseppe Santucci

Software Processes. Topics covered

Software Engineering. What is a system?

CSCI-485: Software Design

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

Foundations of software engineering

Chapter 2 Software Processes

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

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

Advanced Software Engineering. Software Development Processes

Chapter 3. Software Processes

Unit I. Introduction

Software Development Process Models

Software Life Cycle Processes

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

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

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

IV. Software Lifecycles

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

Rapid Software Development

I219 Software Design Methodology

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

Software Engineering. Software Engineering. Software Costs

CS4507 Advanced Software Engineering

CHAPTERS A NEW KNOT MODEL FOR COMPONENT BASED SOFTWARE DEVELOPMENT

Software Project Models

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

CSE 435 Software Engineering. Sept 16, 2015

CHAPTER 1: INTRODUCTION TO RAPID APPLICATION DEVELOPMENT (RAD)

Basic Trends of Modern Software Development

A Review of an MVC Framework based Software Development

Software Engineering

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

Software Development Life Cycle (SDLC)

Software Development Process and Activities. CS 490MT/5555, Fall 2015, Yongjie Zheng

TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW

ASSESSMENT OF SOFTWARE PROCESS MODELS

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

Umbrella: A New Component-Based Software Development Model

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)

A Capability Maturity Model (CMM)

LECTURE 1. SYSTEMS DEVELOPMENT

A Comparison between Five Models of Software Engineering

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

IT3205: Fundamentals of Software Engineering (Compulsory)

10/4/2013. Sharif University of Technology. Session # 3. Contents. Systems Analysis and Design

Managing TM1 Projects

Agile methods. Objectives

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

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

Software Life-Cycle Management

SOFTWARE DEVELOPMENT SD

Software Life Cycle Models

Chapter 3. Technology review Introduction

Systems Analysis and Design

International Journal of Advance Research in Computer Science and Management Studies

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

Outline. The Spiral Model of Software Development and Enhancement. A Risk-Driven Approach. Software Process Model. Code & Fix

COMP 354 Introduction to Software Engineering

System development lifecycle waterfall model

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

A Comparison Between Five Models Of Software Engineering

Software Life Cycle. Main issues: Discussion of different life cycle models Maintenance or evolution

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

Agile So)ware Development

The Software Life Cycle. CSE 308: Software Engineering

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

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

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

INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal

Netspective Software Development Process

Software development lifecycle

The profile of your work on an Agile project will be very different. Agile projects have several things in common:

Chapter 1 The Systems Development Environment

Weaving the Software Development Process Between Requirements and Architectures

Software Process Models. Xin Feng

CMSC 435: Software Engineering Course overview. Topics covered today

Chapter 1: Introduction to Rapid Application Development (RAD) 1. Introductions

Test Cases Design for Software Database Provisioning Development

A COMPARISON BETWEEN DIFFERENT TYPES OF SOFTWARE DEVELOPMENT LIFE CYCLE MODELS IN SOFTWARE ENGINEERING

Elite: A New Component-Based Software Development Model

Standardized software development model for SME software houses in Pakistan

Software Engineering UNIT -1 OVERVIEW

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

Transcription:

The software process Software Development Methods Bayu Adhi Tama, ST., MTI. bayu@unsri.ac.id 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. Generic software process models Waterfall model The waterfall model Separate and distinct phases of specification and development. Evolutionary development Specification, development and validation are interleaved. Component-based software engineering The system is assembled from existing components.

Waterfall model phases Requirements analysis and definition System and software design Implementation and unit testing Integration and system testing Operation and maintenance One phase has to be complete before moving onto the next phase. Waterfall model problems Inflexible partitioning of the project into distinct stages makes it difficult to respond to changing customer requirements. Therefore, this model is only appropriate when the requirements are well-understood and changes will be fairly limited during the design process. Few business systems have stable requirements. The waterfall model is mostly used for large systems engineering projects where a system is developed at several sites. Parallel Development Kategori Rapid Application Development Phased development A series of versions Prototyping System prototyping Throw-away prototyping Design prototyping Agile Development Extreme Development

Prototyping Throw-away prototyping Objective is to understand the system requirements. Should start with poorly understood requirements to clarify what is really needed. 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. Extreme programming An approach to development based on the development and delivery of very small increments of functionality. Relies on constant code improvement, user Relies on constant code improvement, user involvement in the development team and pairwise programming.

Component-based software engineering 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 increasingly used as component standards have emerged. 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 delivery; Spiral development. Incremental delivery 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 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. Spiral development Spiral model 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 sectors Criteria for Selecting Methodology 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.