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



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

Rapid Software Development

Agile methods. Objectives

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

Chapter 2 Software Processes

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

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

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

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

Unit 1 Learning Objectives

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

Software Processes. Topics covered

Unit I. Introduction

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

Lecture 3 Software Development Processes

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

Design with Reuse. Building software from reusable components. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 14 Slide 1

2/25/2012. [5]

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

Software Life-Cycle Management

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

Modelli di sviluppo software. Enrico Giunchiglia

IT3205: Fundamentals of Software Engineering (Compulsory)

Software Development Process Models

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

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

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

COMP 354 Introduction to Software Engineering

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

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

Requirements Engineering Process

Requirement Management with the Rational Unified Process RUP practices to support Business Analyst s activities and links with BABoK

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

Test Cases Design for Software Database Provisioning Development

Software Engineering

Information Systems Development Process (Software Development Life Cycle)

Classical Software Life Cycle Models

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

Software Development Life Cycle (SDLC)

How To Model Software Development Life Cycle Models

11 Tips to make the requirements definition process more effective and results more usable

LECTURE 1. SYSTEMS DEVELOPMENT

RUP for Software Development Projects

DSDM DSDM. CONSORTiUM. CONSORTiUM. AgileBA. The Handbook for Business Analysts. Extract The Requirements Lifecycle In An Agile Project.

CS4507 Advanced Software Engineering

Software Project Models

Project management. Organising, planning and scheduling software projects. Ian Sommerville 2000 Software Engineering, 6th edition.

SDLC Models. Waterfall Model

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

CSE 435 Software Engineering. Sept 16, 2015

What is a life cycle model?

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)

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

Chapter 9 Software Evolution

A. Waterfall Model - Requirement Analysis. System & Software Design. Implementation & Unit Testing. Integration & System Testing.

CMSC 435: Software Engineering Course overview. Topics covered today

VALLIAMMAI ENGINEERING COLLEGE S.R.M. Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

Chapter 3. Technology review Introduction

Software Engineering. So(ware Evolu1on

Agile Software Development compliant to Safety Standards?

Requirements Management Best Practices

SELECTING A DEVELOPMENT APPROACH Original Issuance: February 17, 2005 Revalidated: March 27, 2008

Software Testing and Software Development Lifecycles

Ten steps to better requirements management.

Overview of Software Engineering and the Software Development Process

Business Analysis Essentials

Plan-Driven Methodologies

Software Engineering UNIT -1 OVERVIEW

The Tester's Role in Continuous Integration

Software cost estimation

The Software Life Cycle. CSE 308: Software Engineering

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

Automated Software Testing Economics: A White Paper

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

Sub Code: CP7007 Sub Name: SOFTWARE REQUIREMENTS ENGINEERING Branch / Year: ME CSE / I Year Staff in charge: Dr.M.Senthil Kumar

Software Engineering. What is a system?

A Cost Effective Approach to Develop Mid-size Enterprise Software Adopted the Waterfall Model

ABHINAV NATIONAL MONTHLY REFEREED JOURNAL OF RESEARCH IN SCIENCE & TECHNOLOGY

CHAPTER 1: INTRODUCTION TO RAPID APPLICATION DEVELOPMENT (RAD)

Build the Right Software First Time

IT3203 Fundamentals of Software Engineering (Compulsory) BIT 2 nd YEAR SEMESTER 3

Business white paper. Best practices for implementing automated functional testing solutions

Software Process in Geant4 an overview

A Review of an MVC Framework based Software Development

Scrum, User Stories, and More! CSCI 5828: Foundations of Software Engineering Lecture 22 11/06/2014

Models of Software Development

Project management: an SE Perspective

2. Analysis, Design and Implementation

Basic Trends of Modern Software Development

Lecture 10 CS5702. Requirements Engineering. Managing change optimising Value - A bit more about Agile RE. Requirements Engineering.

Prototyping and Rapid. Contents. Application Development (RAD) What is RAD. RAD - Background. Definitions Anecdotal advantages! Anecdotal problems!

Process Models and Metrics

Balancing the Outsourcing Equation

Software Requirements, Third Edition

An Easier Way for Cross-Platform Data Acquisition Application Development

2.1 The RAD life cycle composes of four stages:

Information Technology Policy

The Impacts Of Agile Development On The System Engineering Process

Transcription:

Rapid software development 1

Objectives To explain how an iterative, incremental development process leads to faster delivery of more useful software To discuss the essence of agile development methods To explain the principles i and practices of extreme programming To explain the roles of prototyping in the software process 2

Rapid software development Because of rapidly changing business environments, businesses have to respond to new opportunities and competition. This requires software and rapid development and delivery is not often the most critical requirement for software systems. Businesses may be willing to accept lower quality software if rapid delivery of essential functionality is possible. 3

Requirements Because of the changing environment, it is often impossible to arrive at a stable, consistent set of system requirements. Therefore a waterfall model of development is impractical and an approach to development based on iterative specification and delivery is the only way to deliver software quickly. 4

Characteristics of RAD processes The processes of specification, design and implementation are concurrent. There is no detailed specification and design documentation is minimised. i i The system is developed in a series of increments. End users evaluate each increment and make proposals for later increments. System user interfaces are usually developed using an interactive ti development system. 5

An iterative development process 6

Advantages of incremental development Accelerated delivery of customer services. Each increment delivers the highest priority functionality to the customer. User engagement with the system. Users have to be involved in the development which means the system is more likely to meet their requirements and the users are more committed to the system. 7

Problems with incremental development Management problems Progress can be hard to judge and problems hard to find because there is no documentation to demonstrate what has been done. Contractual problems The normal contract may include a specification; without a specification, different forms of contract have to be used. Validation problems Without a specification, what is the system being tested against? Maintenance problems Continual change tends to corrupt software structure making it more expensive to change and evolve to meet new requirements. 8

Prototyping For some large systems, incremental iterative development and delivery may be impractical; this is especially true when multiple teams are working on different sites. Prototyping, where an experimental system is developed as a basis for formulating the requirements may be used. This system is thrown away when the system specification has been agreed. 9

Incremental development and prototyping 10

Conflicting objectives The objective of incremental development is to deliver a working system to end-users. The development starts with those requirements which are best understood. The objective of throw-away yprototyping is to validate or derive the system requirements. The prototyping process starts with those requirements which h are poorly understood. d 11

RAD environment tools Database programming language Interface generator Links to office applications Report generators 12

A RAD environment 13

Interface generation Many applications are based around complex forms and developing these forms manually is a timeconsuming activity. RAD environments include support for screen generation including: Interactive form definition using drag and drop techniques; Form linking where the sequence of forms to be presented is specified; Form verification where allowed ranges in form fields is defined. 14

Visual programming Scripting languages such as Visual Basic support visual programming where the prototype is developed by creating a user interface from standard items and associating components with these items A large library of components exists to support this type of development These may be tailored to suit the specific application requirements 15

Visual programming with reuse 16

Problems with visual development Difficult to coordinate team-based development. No explicit system architecture. Complex dependencies between parts of the program can cause maintainability problems. 17

COTS reuse An effective approach to rapid development is to configure and link existing off the shelf systems. For example, a requirements management system could be built by using: A database to store requirements; A word processor to capture requirements and format reports; A spreadsheet for traceability management; 18

Software prototyping 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 g process to help with requirements elicitation and validation; In design processes to explore options and develop elop a UI design; In the testing process to run back-to-back tests. 19

Benefits of prototyping Improved system usability. A closer match to users real needs. Improved design quality. Improved maintainability. Reduced d development effort. 20

The prototyping process 21

Throw-away prototypes Prototypes should be discarded after development as they are not a good basis for a production system: It may be impossible to tune the system to meet non-functional requirements; Prototypes are normally undocumented; The prototype structure is usually degraded through rapid change; The prototype t probably bl will not meet normal organisational quality standards. 22

Key points An iterative approach to software development leads to faster delivery of software. Rapid application development environments include database programming languages, form generation tools and links to office applications. A throw-away prototype is used to explore requirements and design options. When implementing a throw-away prototype, start with the requirements you least understand; in incremental development, start with the bestunderstood requirements. 23