SPM (5e) Selection of project approach© The McGraw-Hill Companies, 2009 1 Software Project Management Chapter Four Selection of an appropriate project.

Slides:



Advertisements
Similar presentations
kareRCIserIsviFIsaRsþGnuvtþKMerag
Advertisements

Chapter 2: Software Process
Prescriptive Process models
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Lecture # 2 : Process Models
1COM6030 Systems Analysis and Design © University of Sheffield 2005 COM 6030 Software Analysis and Design Lecture 2- Software Process Models and Project.
Software Project Management
CS487 Software Engineering Omar Aldawud
Designing and Developing Decision Support Systems Chapter 4.
Chapter 4 Design Approaches and Methods
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
Sharif University of Technology Session # 3.  Contents  Systems Analysis and Design Sharif University of Technology MIS (Management Information System),
CS 5150 Software Engineering
OO Development Process. UML and Process UML standardizes notation, not process –Increase likelihood of widespread acceptance There is significant variability.
1 CS 425/625 Software Engineering CS 425/625 Software Engineering Software Processes Based on Chapter 4 of the textbook [SE-7] Ian Sommerville, Software.
Object-oriented Analysis and Design
Chapter 6 Prototyping, RAD, and Extreme Programming
Software project management (intro ) Project approaches.
1 CS 691z/791z Topics on Software Engineering CS 691z/791z Topics on Software Engineering Software Processes Based on Chapter 4 of the book [SE-8] Ian.
Software Processes: Traditional CSCI102 - Systems ITCS905 - Systems MCS Systems.
CS 425/625 Software Engineering Software Processes
03/12/2001 © Bennett, McRobb and Farmer Managing Object-Oriented Projects—DSDM and XP Based on Chapter 21 of Bennett, McRobb and Farmer: Object.
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
CHAPTER 9: LEARNING OUTCOMES
SE 555 Software Requirements & Specification 1 SE 555 Software Requirements & Specification Prototyping.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Rapid software development to validate requirements l.
1COM6030 Systems Analysis and Design © University of Sheffield 2005 COM 6030 Software Analysis and Design Lecture 2- Software Process Models and Project.
Chapter 2 The process Process, Methods, and Tools
Software Process and Models
Software Engineering: A Practitioner’s Approach, 7/e Chapter 2 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
Software Engineering Management Lecture 1 The Software Process.
Object-oriented Analysis and Design Stages in a Software Project Requirements Writing Analysis Design Implementation System Integration and Testing Maintenance.
1/23 Prescriptive Process Models. 2/23 Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering Prescriptive.
© Bennett, McRobb and Farmer Avoiding the Problems Based on Chapter 3 of Bennett, McRobb and Farmer: Object Oriented Systems Analysis and Design.
University of Toronto at Scarborough © Kersti Wain-Bantin CSCC40 other methodologies 1 Method/Process = step-by-step description of the steps involved.
Chapter 6 Prototyping, RAD, and Extreme Programming Systems Analysis and Design Kendall & Kendall Sixth Edition.
© The McGraw-Hill Companies, Software Project Management 4th Edition Selection of an appropriate project approach Chapter 4.
IS3320 Developing and Using Management Information Systems Lecture 20: Project Management Rob Gleasure
WATERFALL DEVELOPMENT MODEL. Waterfall model is LINEAR development lifecycle. This means each phase must be completed before moving onto the next!!! WHAT.
 Many models have been proposed to deal with the problems of defining activities and associating them with each other  The first model proposed was the.
Software Model Process
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
44222: Information Systems Development
Timebox Development Mike O’Dell Based on an earlier presentation by
 Chapter 4: Selection of an appropriate project approach NET481: Project Management Afnan Albahli.
CS 4500: Software Development Software Process. Materials Sommmerville Chapters 1, 2 and 3 Software Cycle and Models:
1 Chapter 2 SW Process Models. 2 Objectives  Understand various process models  Understand the pros and cons of each model  Evaluate the applicability.
Slide 3.1 © The McGraw-Hill Companies, 2002 SOFTWARE LIFE-CYCLE MODELS.
Rekayasa Perangkat Lunak Part-6
Software Development - Methodologies
PROJECT LIFE CYCLE AND EFFORT ESTIMATION
Methodologies and Algorithms
Building Information Systems
PROJECT LIFE CYCLE AND EFFORT ESTIMATION
PROJECT LIFE CYCLE AND EFFORT ESTIMATION
Software Processes (a)
CS 425/625 Software Engineering Software Processes
Chapter 2 SW Process Models
Software Life Cycle Models
Software Engineering: A Practitioner’s Approach, 7/e Chapter 2 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Software Engineering: A Practitioner’s Approach, 7/e Chapter 2 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Prescriptive Process Models
Chapter 4.Selection of an appropriate project approach
Lecture # 5 Software Development Project Management
Process Models Coming up: Prescriptive Models.
Software Project Management
CS310 Software Engineering Lecturer Dr.Doaa Sami
Software Processes.
Presentation transcript:

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Software Project Management Chapter Four Selection of an appropriate project approach

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Outline of lecture Building versus buying software Taking account of the characteristics of the project Process models Waterfall Prototyping and iterative approaches Incremental delivery Agile approaches

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Selection of project approaches This lecture concerned with choosing the right approach to a particular project: variously called technical planning, project analysis, methods engineering and methods tailoring In-house: often the methods to be used dictated by organizational standards Suppliers: need for tailoring as different customers have different needs

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Build or buy? Outsource? In-house development? BuildBuy either

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Some advantages of off-the-shelf (OTS) software Cheaper as supplier can spread development costs over a large number of customers Software already exists Can be trialled by potential customer No delay while software being developed Where there have been existing users, bugs are likely to have been found and eradicated

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Some possible disadvantages of off-the- shelf Customer will have same application as everyone else: no competitive advantage, but competitive advantage may come from the way application is used Customer may need to change the way they work in order to fit in with OTS application Customer does not own the code and cannot change it Danger of over-reliance on a single supplier

SPM (5e) Selection of project approach© The McGraw-Hill Companies, General approach Look at risks and uncertainties e.g. are requirement well understood? are technologies to be used well understood? Look at the type of application being built e.g. information system? embedded system? criticality? differences between target and development environments? Clients’ own requirements need to use a particular method

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Structure versus speed of delivery Structured approach Also called ‘heavyweight’ approaches Step-by-step methods where each step and intermediate product is carefully defined Emphasis on getting quality right first time Example: use of UML and USDP Future vision: Model-Driven Architecture (MDA). UML supplemented with Object Constraint Language, press the button and application code generated from the UML/OCL model

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Structure versus speed of delivery Agile methods Emphasis on speed of delivery rather than documentation RAD Rapid application development emphasized use of quickly developed prototypes JAD Joint application development. Requirements are identified and agreed in intensive workshops with users

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Choice of process models ‘waterfall’ also known as ‘one-shot’, ‘once-through’ incremental delivery evolutionary development Also use of ‘agile methods’ e.g. extreme programming

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Waterfall

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Waterfall the ‘classical’ model imposes structure on the project every stage needs to be checked and signed off BUT limited scope for iteration V model approach is an extension of waterfall where different testing phases are identified which check the quality of different development phases

SPM (5e) Selection of project approach© The McGraw-Hill Companies, evolutionary delivery: prototyping ‘An iterative process of creating quickly and inexpensively live and working models to test out requirements and assumptions’ Sprague and McNurlin main types ‘throw away’ prototypes evolutionary prototypes what is being prototyped? human-computer interface functionality

SPM (5e) Selection of project approach© The McGraw-Hill Companies, reasons for prototyping learning by doing improved communication improved user involvement a feedback loop is established reduces the need for documentation reduces maintenance costs i.e. changes after the application goes live prototype can be used for producing expected results

SPM (5e) Selection of project approach© The McGraw-Hill Companies, prototyping: some dangers users may misunderstand the role of the prototype lack of project control and standards possible additional expense of building prototype focus on user-friendly interface could be at expense of machine efficiency

SPM (5e) Selection of project approach© The McGraw-Hill Companies, other ways of categorizing prototyping what is being learnt? organizational prototype hardware/software prototype (‘experimental’) application prototype (‘exploratory’) to what extent mock-ups simulated interaction partial working models: vertical versus horizontal

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Incremental delivery designbuild install evaluate designbuild install evaluate designbuild install evaluate increment 1 increment 2 increment 3 first incremental delivery second incremental delivery third incremental delivery delivered system

SPM (5e) Selection of project approach© The McGraw-Hill Companies, the incremental process

SPM (5e) Selection of project approach© The McGraw-Hill Companies, incremental approach:benefits feedback from early stages used in developing latter stages shorter development thresholds user gets some benefits earlier project may be put aside temporarily reduces ‘gold-plating’: BUT there are some possible disadvantages loss of economy of scale ‘software breakage’

SPM (5e) Selection of project approach© The McGraw-Hill Companies, the outline incremental plan steps ideally 1% to 5% of the total project non-computer steps should be included ideal if a step takes one month or less: not more than three months each step should deliver some benefit to the user some steps will be physically dependent on others

SPM (5e) Selection of project approach© The McGraw-Hill Companies, which step first? some steps will be pre-requisite because of physical dependencies others may be in any order value to cost ratios may be used V/C where V is a score 1-10 representing value to customer C is a score 0-10 representing value to developers

SPM (5e) Selection of project approach© The McGraw-Hill Companies, V/C ratios: an example

SPM (5e) Selection of project approach© The McGraw-Hill Companies, ‘Agile’ methods structured development methods have some perceived advantages produce large amounts of documentation which can be largely unread documentation has to be kept up to date division into specialist groups and need to follow procedures stifles communication users can be excluded from decision process long lead times to deliver anything etc. etc The answer? ‘Agile’ methods?

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Atern/Dynamic system development method (DSDM) UK-based consortium arguably DSDM can be seen as replacement for SSADM DSDM is more a project management approach than a development approach Can still use DFDs, LDSs etc! An update of DSDM has been badged as ‘Atern’

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Six core Atern/DSDM principles 1. Focus on business need 2. Delivery on time – use of time-boxing 3. Collaborate 4. Never compromise qualitiy 5. Deliver iteratively 6. Build incrementally

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Atern/DSDM framework

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Atern DSDM: time-boxing time-box fixed deadline by which something has to be delivered typically two to six weeks MOSCOW priorities Must have - essential Should have - very important, but system could operate without Could have Want - but probably won’t get!

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Extreme programming increments of one to three weeks customer can suggest improvement at any point argued that distinction between design and building of software are artificial code to be developed to meet current needs only frequent re-factoring to keep code structured

SPM (5e) Selection of project approach© The McGraw-Hill Companies, extreme programming - contd developers work in pairs test cases and expected results devised before software design after testing of increment, test cases added to a consolidated set of test cases

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Limitations of extreme programming Reliance on availability of high quality developers Dependence on personal knowledge – after development knowledge of software may decay making future development less easy Rationale for decisions may be lost e.g. which test case checks a particular requirement Reuse of existing code less likely

SPM (5e) Selection of project approach© The McGraw-Hill Companies, Grady Booch’s concern Booch, an OO authority, is concerned that with requirements driven projects: ‘Conceptual integrity sometimes suffers because this is little motivation to deal with scalability, extensibility, portability, or reusability beyond what any vague requirement might imply’ Tendency towards a large number of discrete functions with little common infrastructure?

SPM (5e) Selection of project approach© The McGraw-Hill Companies, macro and micro processes

SPM (5e) Selection of project approach© The McGraw-Hill Companies, combinations of approach yes no yes no evolutionary incremental evolutionaryincrementalone-shot installation construction one-shot or incremental installation - any construction approach possible evolutionary installation implies evolutionary construction

SPM (5e) Selection of project approach© The McGraw-Hill Companies, ‘rules of thumb’ about approach to be used IF uncertainty is high THEN use evolutionary approach IF complexity is high but uncertainty is not THEN use incremental approach IF uncertainty and complexity both low THEN use one-shot IF schedule is tight THEN use evolutionary or incremental