1. Software Process Models (Sommerville Chapters 4, 17, 19, 12.4)



Similar documents
1. Software Process Models (Sommerville Chapters 4, 17, 19, 12.4)

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

TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW

A Comparison between Five Models of Software Engineering

ASSESSMENT OF SOFTWARE PROCESS MODELS

A Comparison Between Five Models Of Software Engineering

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

An Assessment between Software Development Life Cycle Models of Software Engineering

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

Unit 1 Learning 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.

Software Engineering

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

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

COMP 354 Introduction to Software Engineering

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

SOFTWARE PROCESS MODELS

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

Software Engineering

Software Development Life Cycle (SDLC)

Classical Software Life Cycle Models

Development Methodologies

Plan-Driven Methodologies

How To Understand The Software Process

Rapid Software Development

Software Project Models

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

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

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

System development lifecycle waterfall model

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

Singhania University, Jhunjhunu, Rajasthan, India. 2 Department of Information Technology King Abdul Aziz University, Jeddah, Saudi Arabia

CSE 435 Software Engineering. Sept 16, 2015

The most suitable system methodology for the proposed system is drawn out.

Xtreme RUP. Ne t BJECTIVES. Lightening Up the Rational Unified Process. 2/9/2001 Copyright 2001 Net Objectives 1. Agenda

I219 Software Design Methodology

CS4507 Advanced Software Engineering

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

Chapter 2 Software Processes

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

A Capability Maturity Model (CMM)

3C05: Unified Software Development Process

Surveying and evaluating tools for managing processes for software intensive systems

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)

Rapid Development & Software Project Survival Guide Steve McConnell Dave Root (Developed with Mel Rosso-Llopart)

Development Methodologies. Types of Methodologies. Example Methodologies. Dr. James A. Bednar. Dr. David Robertson

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

Agile So)ware Development

Software Development Process

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

COMPARATIVE STUDY ON SOFTWARE PROJECT MANAGEMENT MODELS

Introduction. Introduction. Software Engineering. Software Engineering. Software Process. Department of Computer Science 1

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

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

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

Advanced Software Engineering. Software Development Processes

Introduction to Software Engineering: Project Management ( Highlights )

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

Software Process and Models

Software development lifecycle

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

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

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

Agile Projects 7. Agile Project Management 21

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

Web Application Development Process

(Refer Slide Time: 01:52)

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

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

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

What is a life cycle model?

Software Lifecycles Models

Software Development Processes. Software Life-Cycle Models

Basic Trends of Modern Software Development

The Software Process. The Unified Process (Cont.) The Unified Process (Cont.)

T Bhuvaneswari et al, International Journal of Computer Science and Mobile Computing Vol.2 Issue. 5, May- 2013, pg

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

Software Engineering. An Introduction. Fakhar Lodhi

Agile Software Development Methodologies and Its Quality Assurance

Basic Unified Process: A Process for Small and Agile Projects

How To Understand The Limitations Of An Agile Software Development

Quality Assurance Software Development Processes

Applying Agile Methods in Rapidly Changing Environments

Object-Oriented and Classical Software Engineering

Hamid Faridani March 2011

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

Chapter 3. Technology review Introduction

Introduction to Agile Software Development

Chapter 3 Technology adapted

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

Modellistica Medica. Maria Grazia Pia, INFN Genova. Scuola di Specializzazione in Fisica Sanitaria Genova Anno Accademico

RUP for Software Development Projects

Software Life Cycle Processes

RUP. Development Process. Iterative Process (spiral) Waterfall Development Process. Agile Development Process. Well-known development processes

Transitioning Your Software Process To Agile Jeffery Payne Chief Executive Officer Coveros, Inc.

Software development processes Life-cycle Models

Transcription:

1. Software Process Models (Sommerville Chapters 4, 17, 19, 12.4) A software process model is a standardised format for planning organising, and running a development project. 1

Hundreds of different models exist and are used, but many are minor variations on a small number of basic models. In this section we: survey the important basic models, and consider how to choose between them. 2

1.1. Planning with Models SE projects usually live with a fixed financial budget. (An exception is maintainance?) Additionally, time-to-market places a strong time constraint. There will be other project constraints such as staff. 3

money Specialist technical staff Support e.g. sales staff management Project constraints Computing resources time Examples of Project Constraints 4

Project planning is the art of scheduling/constraint solving the project parameters, along various dimensions: time, money, staff in order to optimise: project risk [low] (see later) profit [high] customer satisfaction [high] worker satisfaction [high] long/short-term company goals 5

Questions: 1. What are project parameters? 2. Are there good patterns of organisation that we could copy? 6

Project parameters describe the whole project, but we must at least describe: resources needed (people, money, equipment, etc) dependency & timing of work (flow graph, work packages) rate of delivery (reports, code, etc) It is impossible to measure rate of progress except with reference to a plan. 7

In addition to project members, the following may need access to parts of the project plan: Management Customers Subcontractors (outsourcing) Suppliers (e.g. licenses, strategic partners) Investors (long term investment) Banks (short term cash) 8

1.2. Project Visibility Unlike other engineers (e.g. civil, electronic, chemical etc.) software engineers do not produce anything physical. It is inherently difficult to monitor an SE project due to lack of visibility. 9

This means that SE projects must produce additional deliverables (artifacts) which are visible, such as: Design documents/ prototypes Reports Project/status meetings Client surveys (e.g. satisfaction level) 10

1.3. What is a Software Process Model? Definition. A (software/system) process model is a description of the sequence of activities carried out in an SE project, and the relative order of these activities. 11

It provides a fixed generic framework that can be tailored to a specific project. Project specific parameters will include: Size, (person-years) Budget, Duration. project plan = process model + project parameters 12

There are hundreds of different process models to choose from, e.g: waterfall, code-and-fix spiral rapid prototyping unified process (UP) agile methods, extreme programming (XP) COTS But most are minor variations on a small number of basic models. 13

By changing the process model, we can improve and/or tradeoff: Development speed (time to market) Product quality Project visibility Administrative overhead Risk exposure Customer relations, etc, etc. 14

Normally, a process model covers the entire lifetime of a product. From birth of a commercial idea to final de-installation of last release i.e. The three main phases: design, build, maintain. (50% of IT activity goes here!) 15

We can sometimes combine process models e.g. 1. waterfall inside evolutionary onboard shuttle software 2. Evolutionary inside waterfall e.g. GUI prototyping We can also evolve the process model together with the product to account for product maturity, e.g. rapid prototyping waterfall 16

1.4. The Waterfall Model The waterfall model is the classic process model it is widely known, understood and used. In some respect, waterfall is the common sense approach. R.W. Royce, Managing the Development of Large Software Systems: Concepts and Techniques, Proc. IEEE Westcon, IEEE Press, 1970. 17

User Requirements phase output User Requirements Document Software Requirements Architecture Design Software Requirements Document Architectural Design Document Swimming upstream The Waterfall Workflow Time Detailed design & Coding Testing Delivery Detailed Design & Code 18

Advantages 1. Easy to understand and implement. 2. Widely used and known (in theory!) 3. Fits other engineering process models: civil, mech etc. 4. Reinforces good habits: define-before- design, designbefore-code 8. Identifies deliverables and milestones 9. Document driven: People leave, documents don t Published documentation standards: URD, SRD, etc., e.g. ESA PSS-05. 10. Works well on large/mature products and weak teams. 19

Disadvantages I 1. Doesn t reflect iterative nature of exploratory development. 2. Sometimes unrealistic to expect accurate requirements early in a project 3. Software is delivered late, delays discovery of serious errors. 4. No inherent risk management 5. Difficult and expensive to change decisions, swimming upstream. 6. Significant administrative overhead, costly for small teams and projects. 20

1.5. Code-and-Fix This model starts with an informal general product idea and just develops code until a product is ready (or money or time runs out). Work is in random order. Corresponds with no plan! (Hacking!) 21

Advantages 1. No administrative overhead 2. Signs of progress (code) early. 3. Low expertise, anyone can use it! 4. Useful for small proof of concept projects, e.g. as part of risk reduction. 22

Disadvantages 1. Dangerous! 1. No visibility/control 2. No resource planning 3. No deadlines 4. Mistakes hard to detect/correct 2. Impossible for large projects, communication breakdown, chaos. 23

1.6. Evolutionary Development Types Type 1: Exploratory Development: customer assisted development that evolves a product from ignorance to insight, starting from core, well understood components (e.g. GUI?) Type 2: Throwaway Prototyping: customer assisted development that evolves requirements from ignorance to insight by means of lightweight disposable prototypes. 24

1.7. Type 1: Spiral Model Extends waterfall model by adding iteration to explore /manage risk Project risk is a moving target. Natural to progress a project cyclically in four step phases 1. Consider alternative scenarios, constraints 2. Identify and resolve risks 3. Execute the phase 4. Plan next phase: e.g. user req, software req, architecture then goto 1 25

In 1988 Boehm developed the spiral model as an iterative model which includes risk analysis and risk management. Key idea: on each iteration identify and solve the sub-problems with the highest risk. 26

Determine objectives, alternatives & constraints Cumulative cost Evaluate alternatives, Identify & resolve risks C.f. Sommerville Figure 4.5 Review & commitment Integration & Test plan Plan next phase Start Requirements plan Development plan End Prototypes Phase1 Phase2 Phase3 Concept Of Operation Requirements validation Acceptance Testing Operational Prototype Design, Detailed design Validation & Verification Coding Unit & Integration Testing Develop & verify next-level product 27

Advantages 1. Realism: the model accurately reflects the iterative nature of software development on projects with unclear requirements 2. Flexible: incoporates the advantages of the waterfall and evolutionary methods 3. Comprehensive model decreases risk 4. Good project visibility. 28

Disadvantages 1. Needs technical expertise in risk analysis and risk management to work well. 2. Model is poorly understood by nontechnical management, hence not so widely used 3. Complicated model, needs competent professional management. High administrative overhead. 29

1.8. Type 2: Rapid Prototyping Key idea: Customers are non-technical and usually don t know what they want. Rapid prototyping emphasises requirements analysis and validation, also called: customer oriented development, evolutionary prototyping 30

Requirements Capture Quick Design Iterate Build Prototype Customer Evaluation of Prototype The Rapid Prototype Workflow Engineer Final Product 31

Advantages 1. Reduces risk of incorrect user requirements 2. Good where requirements are changing/ uncommitted 3. Regular visible progress aids management 4. Supports early product marketing 32

Disadvantages I 1. An unstable/badly implemented prototype often becomes the final product. (Migration to a type 1 process!) 2. Requires extensive customer collaboration Costs customers time/money Needs committed customers Difficult to finish if customer withdraws May be too customer specific, no broad market 33

Disadvantages II 3. Difficult to know how long project will last 4. Easy to fall back into code-and-fix without proper requirements analysis, design, customer evaluation and feedback. 34

1.9. Type 1: Agile Software Processes Need for an adaptive process model suited to changes in: User requirements Customer business models Technology In-house environment De-emphasise documentation, esp. URD! Emphasise change management e.g. reverse engineering design! Examples include XP, Scrum, Agile modeling etc 35

1.9.1. Agile Principles (C.f Sommerville Fig 17.3) Incremental delivery of software Continuous collaboration with customer Embrace change Value participants and their interaction Simplicity in code, 36

1.9.2. XP Release Cycle Select release stories Breakdown stories to tasks Plan release Evaluate system Release code Develop/ Integrate/ Test code For a sample story see Sommerville Figure 17.6 Same as use-case? 37

1.9.3. XP Practices (Summary) 1. Incremental planning 2. Small releases 3. Simple design 4. Programming in pairs (egoless programming, see 7.) 5. Test-driven development 6. Software refactoring (needs UML?) 7. Collective ownership: metaphors, standards, code 8. Continuous integration 9. Sustainable pace (No overtime!) 10. On-site customer! 38

Advantages 1. Lightweight methods suit small-medium size projects 2. Produces good team cohesion 3. Emphasises final product 4. Iterative 5. Test-based approach to requirements and quality assurance 39

Disadvantages 1. Difficult to scale up to large projects where documentation is essential 2. Needs experience and skill if not to degenerate into code-and-fix 3. Programming pairs is costly (but see productivity literature) 4. Test case construction is a difficult and specialised skill. 40

1.10. Rational Unified Process (RUP) Hybrid model inspired by UML and Unified Software Development Process. A generic component-based process? Three views on the process Dynamic view: RUP phases Static view: RUP activities Practise view: RUP best-practise 41

Details Lifetime of a software product in cycles: Birth, childhood, adulthood, old-age, death. Identify product maturity stages Each project iteration cycle is a phase, culiminating in a new release (c.f. Spiral model) 42

Inception Elaboration Transition Construction UP process RUP phase workflow (drawn as a UML Statechart!) 43

RUP Phases Phases are goal directed and yield deliverables: Inception Establish the business case. Identify external entities (actors, systems). Estimate ROI. Elaboration Understand problem domain. Establish architecture, and consider design tradeoffs. Identify project risks. Estimate and schedule project. Decide on build vs. buy. Construction Design, program and test. Components are bought and integrated. Transition release a mature version and deploy in real world. 44

RUP Workflows RUP separates what and when into two orthogonal process views. When modeled by phases What modeled by workflows (c.f. Sommerville Figure 4.13) Any workflows can be active in any phases. Anything that instantiates the following diagram is an instance of RUP!! An agile instantiation exists (Larman 2002) 45

Project Management Unified Process: SoftwareProcess Product Environment Workflow * * Cycle releases Requirements Analysis/ Design 4 Phase Inception Elaboration Implementation * Construction Testing Iteration Transition Deployment Business Modeling * Artifact 46

RUP Practise View 1. Develop software iteratively 2. Manage requirements 3. Use component-based architectures 4. Visually model software 5. Verify software quality 6. Control software changes 47

Use Case Model UML class diagram! specified by Analysis Model realised by deployed by implemented by Design Model verified by Deployment Model Implementation Model 4. Visually model software = UML Model-based Development Test Model 48

Advantages/ Disadvantages Difficult to judge without knowing the actual chosen instantiation of the RUP Unique use of the UML philosophy of SE. Can be as good/better than any other process Also as bad/worse than 49

1.11. COTS COTS = Commercial Off-The-Shelf software Integrate a solution from existing commercial software components using minimal software plumbing All projects seek some software re-use Holy Grail of SE See also Sommerville Chapter 19. 50

Possible Approaches 1. Third-party vendors: component libraries, Java beans, 2. Integration solutions: CORBA, MS COM+, Enterprise Java Beans, software frameworks 3. Good software engineering: application generators (Yacc, Lex Sommerville 18.3), generic programming (types, polymorphism etc) 4. Commercial finished packages: databases, spread sheets, word processors, web browsers, etc. 5. Design to open source interfaces: e.g. XML, ISO standards, etc. 51

Distributed COTS: Web Service Providers Integration of web-services: third party service providers using (XML-based?) service models: JINI extension of Java for service discovery SOAP (Simple Object Access Protocol) WSDL (Web Services Description Language) UDDI (Universal Description, Discovery and Integration) 52

Advantages 1. Fast, cheap solution 2. Explore solutions with existing products (c.f. your project work!) 3. May give all the basic functionality 4. Well defined integration project, easy to run. 5. Open to outsourcing (c.f. Point 4) 6. Build strategic supplier partnerships 53

Disadvantages 1. Limited functionality/ compromise/ requirements drift. 2. Component identification can be tricky mistakes occur! 3. Licensing problems: freeware, shareware, etc. 4. Customer lock-in: license fees, maintainance fees, upgrades 5. Compatibility issues/loss of control: 1. Between components (doesn t start!) 2. During maintenance (suddenly stops!) 54