Reducing the costs of rework. Coping with change. Software prototyping. Ways to Cope with change. Benefits of prototyping

Similar documents
Incremental development A.Y. 2018/2019

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

CMSC 435: Software Engineering Section 0201

Software processes. Objectives. Contents

VO Software Engineering

The requirements engineering process

Introduction to Software Engineering

Software Engineering Lifecycles. Controlling Complexity

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

Second. Incremental development model

Specifying and Prototyping

Lecture 7: Software Processes. Refresher: Software Always Evolves

History of object-oriented approaches

Software Process. Software Process

Topic 01. Software Engineering, Web Engineering, agile methodologies.

Requirements and Design Overview

Analysis and Design with UML

Objectives. Connecting with Computer Science 2

OO Project Management

UNIT-I Introduction of Object Oriented Modeling

System Development Life Cycle Methods/Approaches/Models

Building the User Interface: The Case for Continuous Development in an Iterative Project Environment

Software Engineering

SOFTWARE LIFE-CYCLE PROCESSES From Waterfall to Extreme Programming

BDSA Introduction to OOAD. Jakob E. Bardram

Systems Analysis & Design

Activities Common to Software Projects. Software Life Cycle. Activities Common to Software Projects. Activities Common to Software Projects

Introduction. Chapter 1. What Is Visual Modeling? The Triangle for Success. The Role of Notation. History of the UML. The Role of Process

SOFTWARE ENGINEERING. Software Specification Software Design and Implementation Software Validation. Peter Mileff PhD

Introduction to Software Engineering (ESE : Einführung in SE)

SOFTWARE ENGINEERING DECEMBER. Q2a. What are the key challenges being faced by software engineering?

18-642: Software Development Processes

What is a prototype?

CS487 Midterm Exam Summer 2005

Introduction to Software Engineering (ESE : Einführung in SE) Prof. O. Nierstrasz

Building a New Rational Web Site with Rational Suite

Designing Component-Based Architectures with Rational Rose RealTime

CS SOFTWARE ENGINEERING QUESTION BANK SIXTEEN MARKS

Process Models. Projects Process. Common Process Models. Typical Student Process Model. Waterfall Model

What is database continuous integration?

Administrivia. Added 20 more so far. Software Process. Only one TA so far. CS169 Lecture 2. Start thinking about project proposal

Managing Change and Complexity

SOFTWARE REQUIREMENTS ENGINEERING LECTURE # 7 TEAM SKILL 2: UNDERSTANDING USER AND STAKEHOLDER NEEDS REQUIREMENT ELICITATION TECHNIQUES-IV

How Can a Tester Cope With the Fast Paced Iterative/Incremental Process?

Requirements. Requirements. Types of Requirement. What Is a Requirement?

The Design Space of Software Development Methodologies

Software Prototyping Animating and demonstrating system requirements. Uses of System Prototypes. Prototyping Benefits

SOFTWARE ENGINEERING

Software Development Process Models

Foundation Level Syllabus Usability Tester Sample Exam Answers

Outline of Unified Process

PERSPECTIVE. End-to-end test automation A behaviordriven and tool-agnostic approach. Abstract

Introduction to Software Engineering

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning

Lecture 8: Use Case -Driven Design. Where UML fits in

SRI VENKATESWARA COLLEGE OF ENGINERRING AND TECHNOLOGY THIRUPACHUR,THIRUVALLUR UNIT I OOAD PART A

Agile Manifesto & XP. Topics. Rapid software development. Agile methods. Chapter ) What is Agile trying to do?

02161: Software Engineering I

350 Index 2005 GOAL/QPC

SYSPRO s Fluid Interface Design

SOFTWARE LIFE-CYCLE MODELS 2.1

Software Architecture

CS 490 Design Exhibition Fall 2010

SE420 - Software Quality Assurance

The software lifecycle and its documents

This tutorial also elaborates on other related methodologies like Agile, RAD and Prototyping.

Cloudreach Data Center Migration Services

Getting Started with Rational Team Concert

Introduction to User Stories. CSCI 5828: Foundations of Software Engineering Lecture 05 09/09/2014

*ANSWERS * **********************************

The Web Service Sample

for TOGAF Practitioners Hands-on training to deliver an Architecture Project using the TOGAF Architecture Development Method

Dilbert Scott Adams. CSc 233 Spring 2012

Announcements. How to build a UML model. Rational Unified Process. How RUP builds a model. UI design. Architect

PREPARE FOR TAKE OFF. Accelerate your organisation s journey to the Cloud.

Getting a Quick Start with RUP

Process of Interaction Design and Design Languages

Chapter 5. The Database Life Cycle. Class 04: Topic 3.1: The Database Life Cycle

Chapter 6 Architectural Design. Chapter 6 Architectural design

SE 2730 Final Review

Modern Software Engineering Methodologies Meet Data Warehouse Design: 4WD

Software Engineering with Objects and Components Open Issues and Course Summary

index_ qxd 7/18/02 11:48 AM Page 259 Index

Accelerate Your Enterprise Private Cloud Initiative

Change Management Process on Database Level within RUP Framework

PROJECT DOCUMENTATION WITH ENTERPRISE ARCHITECT

Mensch-Maschine-Interaktion 1

Gradational conception in Cleanroom Software Development

Software Engineering

Systems Analysis and Design in a Changing World, Fourth Edition

UML- a Brief Look UML and the Process

Agile Accessibility. Presenters: Ensuring accessibility throughout the Agile development process

INTRODUCTION. 2. User-centred interface design.

Information systems modelling UML and service description languages

Work Environment and Computer Systems Development.

1. i. What are the 3 major components of a information system and show their relationship input output

CS2353 OBJECT ORIENTED ANALYSIS AND DESIGN UNIT- I

SM 3511 Interface Design. Institutionalizing interface design

CSC Advanced Object Oriented Programming, Spring Overview

An end-user s perspective What system? I haven t seen a new system

Transcription:

Coping with change Change is inevitable in all large software projects. Business changes lead to new and changed system requirements New technologies open up new possibilities for improving implementations Changing platforms require application changes Change leads to rework so the costs of change include both rework (e.g. re-analysingrequirements) as well as the costs of implementing new functionality Reducing the costs of rework Change avoidance, where the software process includes activities that can anticipate possible changes before significant rework is required. For example, a prototype system may be developed to show some key features of the system to customers. Change tolerance, where the process is designed so that changes can be accommodated at relatively low cost. This normally involves some form of incremental development. Proposed changes may be implemented in increments that have not yet been developed. If this is impossible, then only a single increment (a small part of the system) may have been altered to incorporate the change. 1 2 Ways to Cope with change Software prototyping Software Prototyping where a version of the system or part of the system is developed quickly to check the customer s requirements and the feasibility of some design decisions. Incremental delivery where system increments are delivered to the customer for comment and experimentation. A prototype is an initial version of a system used to demonstrate concepts and try out design options. A prototype can be used in: The requirements engineering process to help with requirements elicitation and validation; In design processes to explore options and develop a UI design; In the testing process to run back-to-back tests. 3 4 Benefits of prototyping The process of prototype development Improved system usability. A closer match to users real needs. Improved design quality. Improved maintainability. Reduced development effort. 5 6

Prototype development May be based on rapid prototyping languages or tools May involve leaving out functionality Prototype should focus on areas of the product that are not well-understood; Error checking and recovery may not be included in the prototype; Focus on functional rather than non-functional requirements such as reliability and security Throw-away prototypes Developers are sometimes pressured by managers to deliver throwaway prototypes. However, this is usually unwise because: 1. It may be impossible to tune the system to meet non-functional requirements; 2. Prototypes are normally undocumented; 3. The prototype structure is usually degraded through rapid change; 4. The prototype probably will not meet normal organisational quality standards. 7 8 Incremental delivery Incremental delivery is an approach to software development where some of the developed increments are delivered to the customer and deployed for use in an operational environment 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 prioritisedand 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 and delivery Incremental development Develop the system in increments and evaluate each increment before proceeding to the development of the next increment; Normal approach used in agile methods; Evaluation done by user/customer. Incremental delivery Deploy an increment for use by end-users; More realistic evaluation about practical use of software; Difficult to implement for replacement systems as increments have less functionality than the system being replaced. 9 10 Incremental delivery Incremental delivery advantages 1. Customer value can be delivered with each increment so system functionality is available earlier. 2. Early increments act as a prototype to help elicit requirements for later increments. 3. Lower risk of overall project failure. 4. The highest priority system services tend to receive the most testing. 11 12

Incremental delivery problems Most systems require a set of basic facilities that are used by different parts of the system. As requirements are not defined in detail until an increment is to be implemented, it can be hard to identify common facilities that are needed by all increments. The essence of iterative processes is that the specification is developed in conjunction with the software. Iterative development can also be difficult when a replacement system is being developed. Users want all of the functionality of the old system and are often unwilling to experiment with an incomplete new system Therefore, getting useful customer feedback is difficult. Boehm s spiral model 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. 13 14 Boehm s spiral model of the software process 15 Spiral model sectors Objective setting Specific objectives for the phase are identified. Constraints on the process and the product are identified a detailed management plan is drawn up. Project risks are identified. Risk assessment and reduction Risks are assessed and activities put in place to reduce the key risks. For each of the identified project risks, a detailed analysis is carried out. Steps are taken to reduce the risk 16 Spiral model sectors Spiral model usage Development and validation A development model for the system is chosen which can be any of the generic models. For example, throwaway prototyping may be the best development approach if user interface risks are dominant. Planning The The project is reviewed and a decision made whether to continue with a further loop of the spiral. If it is decided to continue, plans are drawn up for the next phase of the project. Spiral model has been very influential in helping people think about iteration in software processes and introducing the risk-driven approach to development. In practice, however, the model is rarely used as published for practical software development. 17 18

The Rational Unified Phases in the Rational Unified A modern generic process derived from the work on the UML and associated process. Brings together aspects of the 3 generic process models discussed previously. Normally described from 3 perspectives A dynamic perspective that shows phases over time; A static perspective that shows process activities; A practice perspective that suggests good practice. 19 20 RUP phases RUP iteration Inception Establish the business case for the system. Elaboration Develop an understanding of the problem domain and the system architecture. Construction System design, programming and testing. Transition Deploy the system in its operating environment. In-phase iteration Each phase is iterative with results developed incrementally. Cross-phase iteration As shown by the loop in the RUP model, the whole set of phases may be enacted incrementally. 21 22 Static workflows in the Rational Unified Static workflows in the Rational Unified The static view of the RUP focuses on the activities that take place during the development process. These are called workflows in the RUP description. There are six core process workflows identified in the process and Three core supporting workflows Workflow Business modelling Requirements Analysis and design Implementation Description The business processes are modelled using business use cases. Actors who interact with the system are identified and use cases are developed to model the system requirements. A design model is created and documented using architectural models, component models, object models and sequence models. The components in the system are implemented and structured into implementation sub-systems. Automatic code generation from design models helps accelerate this process. 23 24

Static workflows in the Rational Unified Workflow Testing Deployment Description Testing is an iterative process that is carried out in conjunction with implementation. System testing follows the completion of the implementation. A product release is created, distributed to users and installed in their workplace. Configuration and This supporting workflow managed changes to the system change management Project management Environment This supporting workflow manages the system development This workflow is concerned with making appropriate software tools available to the software development team. RUP good practice The practice perspective on the RUP describes good software engineering practices that are recommended for use: Develop software iteratively Plan increments based on customer priorities and deliver highest priority increments first. Manage requirements Explicitly document customer requirements and keep track of changes to these requirements. Use component-based architectures Organize the system architecture as a set of reusable components. 25 26 RUP good practice Key points Visually model software Use graphical UML models to present static and dynamic views of the software. Verify software quality Ensure that the software meet s organizational quality standards. Control changes to software Manage software changes using a change management system and configuration management tools. es should include activities to cope with change. This may involve a prototyping phase that helps avoid poor decisions on requirements and design. es may be structured for iterative development and delivery so that changes may be made without disrupting the system as a whole. The Rational Unified is a modern generic process model that is organized into phases (inception, elaboration, construction and transition) but separates activities (requirements, analysis and design, etc.) from these phases. 27 28