CSE 435 Software Engineering. Sept 16, 2015

Similar documents
Classical Software Life Cycle Models

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

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

SOFTWARE PROCESS MODELS

Unit I. Introduction

A Capability Maturity Model (CMM)

Software Development Life Cycle at SSPL. An Summary of Methodologies We Offer

Using Simulation to teach project management skills. Dr. Alain April, ÉTS Montréal

Software Development Process

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

In the IEEE Standard Glossary of Software Engineering Terminology the Software Life Cycle is:

Agile Models. Software Engineering Marco Scotto Software Engineering

Topics covered. Agile methods Plan-driven and agile development Extreme programming Agile project management Scaling agile methods

Agile Development Overview

ASSESSMENT OF SOFTWARE PROCESS MODELS

Unit 1 Learning Objectives

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

Introduction to Agile Software Development. EECS 690 Agile Software Development

Introduction to Agile Software Development

Vragen. Software development model. Software development model. Software development model

Extreme Programming, an agile software development process

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

Software Engineering

Selecting a Software Development Methodology based on. Organizational Characteristics. Adrienne Farrell

Agile and Secure: Can We Be Both?

Surveying and evaluating tools for managing processes for software intensive systems

Rapid Software Development

CS4507 Advanced Software Engineering

AGILE METHODOLOGY IN SOFTWARE DEVELOPMENT

CSSE 372 Software Project Management: More Agile Project Management

What is a life cycle model?

A Comparison between Five Models of Software Engineering

EMC PERSPECTIVE. Adopting an Agile Approach to OSS/BSS Development

Advanced Software Engineering. Software Development Processes

Agile Projects 7. Agile Project Management 21

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

Extreme Programming, an agile software development process

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

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

Processes in Software Development. Presented by Lars Yde, M.Sc., at Selected Topics in Software Development, DIKU spring semester 2008

AGILE vs. WATERFALL METHODOLOGIES

Basic Trends of Modern Software Development

Software processes that are:

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

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

Software Development Methodologies

Best-Practice Software Engineering: Software Processes to Support Project Success. Dietmar Winkler

Agile-Fall Process Flow Model A Right Candidate for Implementation in Software Development and Testing Processes for Software Organizations

Agile Software Development Methodologies and Its Quality Assurance

Outline. Agile Methods. Converse of Conway s Law. The Silver Bullet Fantasy (Brooks, 1986)

Development Techniques. CSE301 University of Sunderland Harry R. Erwin, PhD

Contents. 3 Agile Modelling Introduction Modelling Misconceptions 31

A Comparison Between Five Models Of Software Engineering

Chapter 2 Software Processes

Software Development Life Cycle

Agile Project Management By Mark C. Layton

(Refer Slide Time: 01:52)

COMP 354 Introduction to Software Engineering

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

Agile So)ware Development

Software Development Process Models

Software Engineering Reference Framework

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

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

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

An Agile Project Management Model

Software Life Cycles and Configuration Management

Agile and Secure: OWASP AppSec Seattle Oct The OWASP Foundation

Software Process for QA

Methodology: Agile development of safety critical systems Annex D1.1.d to deliverable D1.1

Agile and Secure Can We Be Both? Chicago OWASP. June 20 th, 2007

EPL603 Topics in Software Engineering

The Software Life Cycle. CSE 308: Software Engineering

CS435: Introduction to Software Engineering! " Software Engineering: A Practitioner s Approach, 7/e " by Roger S. Pressman

How To Understand The Limitations Of An Agile Software Development

Software Quality Assurance in Agile, XP, Waterfall and Spiral A Comparative Study

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

Génie Logiciel et Gestion de Projets. Software Processes Focus on Extreme Programming

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

Introduction to Agile Software Development Process. Software Development Life Cycles

Agile methods. Objectives

Models of Software Development

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

CHAPTER 3 : AGILE METHODOLOGIES. 3.3 Various Agile Software development methodologies. 3.4 Advantage and Disadvantage of Agile Methodology

Software Development with Agile Methods

Introduction to Systems Analysis and Design

Agile and lean methods for managing application development process

Agile Requirements Generation Model: A Soft-structured Approach to Agile Requirements Engineering. Shvetha Soundararajan

Software Quality and Assurance in Waterfall model and XP - A Comparative Study

Agile processes. Extreme Programming, an agile software development process

PROCESS OF MOVING FROM WATERFALL TO AGILE PROJECT MANAGEMENT MODEL

TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW

Introduction to Agile and Scrum

Agile processes. Extreme Programming, an agile software development process. Extreme Programming. Risk: The Basic Problem

Transcription:

CSE 435 Software Engineering Sept 16, 2015

2.1 The Meaning of Process A process: a series of steps involving activities, constraints, and resources that produce an intended output of some kind A process involves a set of tools and techniques

2.1 The Meaning of Process Process Characteristics Prescribes all major process activities Input: Uses resources (e.g., customer input, specifications), subject to set of constraints (such as schedule, platform reqts) Output: Produces intermediate and final products (e.g., models)

2.1 The Meaning of Process Process Characteristics (continued) Structure: May be composed of subprocesses with hierarchy or links Properties: Each process activity has entry and exit criteria Activities are organized in sequence, so timing is clear Each process guiding principles, including goals of each activity Constraints may apply to an activity, resource or product

2.1 The Meaning of Process The Importance of Processes Impose consistency and structure on a set of activities Guide us to understand, control, examine, and improve the activities Enable us to capture our experiences and pass them along

Reasons for Modeling a Process To form a common understanding To find inconsistencies, redundancies, omissions To find and evaluate appropriate activities for reaching process goals To tailor a general process for a particular situation in which it will be used.

Software Life Cycle When a process involves building a software, the process may be referred to as software life cycle Requirements analysis and definition System (architecture) design Program (detailed/procedural) design Writing programs (coding/implementation) Testing: unit, integration, system System delivery (deployment) Maintenance

Software Development Process Models Waterfall model V model Prototyping model Operational specification Transformational model Phased development: increments and iteration Spiral model Agile methods

Waterfall Model One of the first process development models proposed Works for well understood problems with minimal or no changes in the requirements Simple and easy to explain to customers It presents a very high-level view of the development process sequence of process activities Each major phase is marked by milestones and deliverables (artifacts)

Waterfall Model (continued)

Waterfall Model (continued) There is no iteration in waterfall model Most software developments apply a great many iterations

Drawbacks of The Waterfall Model Provides no guidance how to handle changes to products and activities during development (assumes requirements can be frozen) Views software development as manufacturing process rather than as creative process There are no iterative activities that lead to creating a final product Long wait before a final product.

Waterfall Model with Prototype Different types of prototype: Requirements: User interface shell to illustrate observable behavior (i.e., used to elicit reqts info) Design: A prototype can be a partially developed product (black box design details and/or components) Prototyping helps users understand what the system will be like (user interface prototype) developers assess alternative design strategies (design prototype) Prototyping is useful for verification and validation

Waterfall Model with Prototype (continued) Waterfall model with prototyping

V Model (continued)

V Model A variation of the waterfall model Uses unit testing to verify procedural design Uses integration testing to verify architectural (system) design Uses acceptance testing to validate the requirements If problems are found during verification and validation, the left side of the V can be re-executed before testing on the right side is re-enacted

V Model (continued)

Prototyping Model Allows repeated investigation of the requirements or design Reduces risk and uncertainty in the development

Operational Specification Model Requirements are executed (examined) and their implication evaluated early in the development process Functionality and the design are allowed to be merged

Transformational Model Fewer major development steps Applies a series of transformations Change data representation Select algorithms Optimize Compile Relies on formalism Requires formal specification (to allow transformations)

Transformational Model (continued)

Phased Development: Increments and Iterations Shorter cycle time System delivered in pieces enables customers to have some functionality while the rest is being developed Allows two systems functioning in parallel the production system (release n): currently being used the development system (release n+1): the next version

Phased Development: Increments and Iterations (continued)

Phased Development: Increments and Iterations (continued) Incremental development: starts with small functional subsystem and adds functionality with each new release Iterative development: starts with full system, then changes functionality of each subsystem with each new release.

Phased Development: Increments and Iterations (continued) Phased development is desirable for several reasons Training can begin early, even though some functions are missing Markets can be created early for functionality that has never before been offered Frequent releases allow developers to fix unanticipated problems globally and quickly The development team can focus on different areas of expertise with different releases

Spiral Model Suggested by Barry Boehm (1988) Combines development activities with risk management to minimize and control risks The model is presented as a spiral in which each iteration is represented by a circuit around four major activities Plan Determine goals, alternatives and constraints Evaluate alternatives and risks Develop and test

Spiral Model (continued) Review Risk Assessment Plan Develop/Test

Agile Methods Emphasis on flexibility in producing software quickly and capably Agile manifesto Value individuals and interactions over process and tools Prefer to invest time in producing working software rather than in producing comprehensive documentation Focus on customer collaboration rather than contract negotiation Concentrate on responding to change rather than on creating a plan and then following it

Agile Methods: Examples of Agile Process Extreme programming (XP) Crystal: a collection of approaches based on the notion that every project needs a unique set of policies and conventions Scrum: 30-day iterations; multiple selforganizing teams; daily scrum coordination Adaptive software development (ASD)

Agile Methods: Extreme Programming Emphasis on four characteristics of agility Communication: continual interchange between customers and developers Simplicity: select the simplest design or implementation Courage: commitment to delivering functionality early and often Feedback: loops built into the various activities during the development process

Agile Methods: Twelve Facets of XP The planning game (customer defines value) Small release Metaphor (common vision, common names) Simple design Writing tests first Refactoring Pair programming Collective ownership Continuous integration (small increments) Sustainable pace (40 hours/week) On-site customer Coding standard

Sidebar 2.2 When Extreme is Too Extreme? Extreme programming's practices are interdependent A vulnerability if one of them is modified Requirements expressed as a set of test cases must be passed by the software System passes the tests but is not what the customer is paying for Refactoring issue Difficult to rework a system without degrading its architecture

Homework Activity 1. Waterfall, waterfall w/prototype, V model 2. Prototyping model 3. Operational specification, transformational model 4. phased development (incremental and iterative) 5. agile

2.7 What this Chapter Means for You Process development involves activities, resources, and product Process model includes organizational, functional, behavioral and other perspectives A process model is useful for guiding team behavior, coordination and collaboration