Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger Joanne M. Atlee 4 th Edition.

Slides:



Advertisements
Similar presentations
Unified process(UP) UP is an OO system development methodology offered by Rational(Rational Rose) s/w, now a part of IBM Developed by Booach,Rambaugh,Jacobson--
Advertisements

The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
ISBN Prentice-Hall, 2006 Chapter 2 Modeling the Process and Life Cycle Copyright 2006 Pearson/Prentice Hall. All rights reserved.
Software Life Cycle Requirements analysis System design Program design Program implementation (coding) Unit testing Integration testing System testing.
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger
Software Project Management
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger
1 EE29B Feisal Mohammed Modeling the Process and Life Cycle Software development usually involves the following stages: Requirements analysis and definition.
Modeling the Process and Life Cycle CSCI 411 Advanced Database and Project Management Monday, February 2, 2015.
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger Joanne M. Atlee 4th Edition.
SEP1 - 1 Introduction to Software Engineering Processes SWENET SEP1 Module Developed with support from the National Science Foundation.
MapleLeaf, LLC SDLC Methodology. MapleLeaf, LLC, has established standard phases and processes in regards to project management methodologies for planning.
Alternate Software Development Methodologies
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger
CH02: Modeling the process and life cycle Process of developing software (organization and discipline in the activities) contribute to the quality of the.
 The Rise of Computer Science ◦ Machine Language (1 st Gen) ◦ Assembly Language (2 nd Gen) ◦ Third Generation Languages (FORTRAN, BASIC, Java, C++, etc.)
Lecturer: Dr. AJ Bieszczad Chapter 22-1 Process includes: all major process activities resources used, subject to set of constraints (such as schedule)
Introduction to Agile.
Software engineering Process models Pavel Agejkin.
An Overview of Agile L e a d i n g C h a n g e T h r o u g h C o l l a b o r a t i o n.
1 These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 5/e and are provided with permission by.
Modelling the Process and Life Cycle
Chapter 3 – Agile Software Development 1Chapter 3 Agile software development.
Chapter 3 – Agile Software Development Lecture 1 1Chapter 3 Agile software development.
Current Trends in Systems Develpment
1 Chapter 2 The Process. 2 Process  What is it?  Who does it?  Why is it important?  What are the steps?  What is the work product?  How to ensure.
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 Environment  A quality focus: constant incremental improvement  Process: framework to organize development activities  Methods:
Software Life Cycle Models. Waterfall Model  The Waterfall Model is the earliest method of structured system development.  The original waterfall model.
1 Software Process Models-ii Presented By; Mehwish Shafiq.
Chapter 2 Modelling the Process and Life Cycle. Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter 2.2 Contents 2.1 The Meaning of Process.
Object-oriented Analysis and Design Stages in a Software Project Requirements Writing Analysis Design Implementation System Integration and Testing Maintenance.
Rapid software development 1. Topics covered Agile methods Extreme programming Rapid application development Software prototyping 2.
Extreme Programming (XP). Agile Software Development Paradigm Values individuals and interactions over processes and tools. Values working software over.
Chapter 2 Iterative, Evolutionary, and Agile You should use iterative development only on projects that you want to succeed. - Martin Fowler 1CS
Review of Software Process Models Review Class 1 Software Process Models CEN 4021 Class 2 – 01/12.
Chapter 3 Agile Software Development (1/2) Yonsei University 2 nd Semester, 2015 Sanghyun Park.
1 Software Development Software Engineering is the study of the techniques and theory that support the development of high-quality software The focus is.
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Chapter 2 Software processes. Topics covered Software process models Process activities Coping with change.
CS3100 Software Project Management Agile Approaches.
AP-1 4. Agile Processes. AP-2 Agile Processes Focus on creating a working system Different attitude on measuring progress XP Scrum.
WATERFALL DEVELOPMENT MODEL. Waterfall model is LINEAR development lifecycle. This means each phase must be completed before moving onto the next!!! WHAT.
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Requirements Engineering Requirements Engineering in Agile Methods Lecture-28.
CSPC 464 Fall 2014 Son Nguyen. 1. The Process of Software Architecting, Peter Eeles, Peter Cripss 2. Software Architecture for Developers, Simon Brown.
Agile. Processes Waterfall Traditional With prototyping Sprial Agile Dynamic Systems Development Method (DSDM) Scrum Crystal eXtreme Programming (XP)
Modelling the Process and Life Cycle. The Meaning of Process A process: a series of steps involving activities, constrains, and resources that produce.
SOFTWARE PROCESS MODELING Benjamin Dixon U
Software Process Modelling
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
CS223: Software Engineering Lecture 18: The XP. Recap Introduction to Agile Methodology Customer centric approach Issues of Agile methodology Where to.
Chapter 2 Software Development Model and 1. Topics covered Software process models Process iteration Process activities The Rational Unified Process Computer-aided.
Systems Development Life Cycle
Extreme Programming מתודולוגיה לפיתוח פרויקטי תוכנה.
Industrial Software Development Process Bashar Ahmad RISC Software GmbH.
AGILE METHODS Curtis Cook CS 569 Spring 2003.
Embedded Systems Software Engineering
Software Development - Methodologies
Embedded Systems Software Training Center
Methodologies and Algorithms
Introduction to Software Engineering
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger Joanne M. Atlee 4th Edition.
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger
Chapter 3 – Agile Software Development
Copyright 2006 Pearson/Prentice Hall. All rights reserved.
Project Lifecycle and IT Product Life Cycle
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger
Chapter 2 Software Processes
Presentation transcript:

Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger Joanne M. Atlee 4 th Edition

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter 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

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter The Meaning of Process Process Characteristics Prescribes all major process activities Uses resources, subject to set of constraints (such as schedule) Produces intermediate and final products May be composed of subprocesses with hierarchy or links Each process activity has entry and exit criteria Activities are organized in sequence, so timing is clear Includes goals of each activity Constraints may apply to an activity, resource or product

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter 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

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models 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

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models 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

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Software Development Process Models Waterfall model V model Prototyping model Phased development: increments and iteration Spiral model Agile methods

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models 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)

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Waterfall Model (continued)

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Drawbacks of The Waterfall Model Views software development as manufacturing process No guidance how to handle changes to products and activities during development There is no iteration The clients may not know the requirements Changing requirements in later stages cause increased overall project cost Long wait before a final product

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models V Model A variation of the waterfall model Uses unit testing to verify module design Uses integration testing to verify 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 Adoption by medical device industry

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models V Model (continued)

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Drawbacks of The V Model Has similar drawbacks as the waterfall model Too simple - may not reflect the software process accurately Use of inefficient and ineffective testing techniques Rigid link between left-side and right-side (acceptance testing corresponds to the user requirements)

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Prototyping Model Reduces risk and uncertainty in the development as well as time and cost Online systems and HCI

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Drawbacks of The Prototype Model Not sufficient analysis (functionality, scalability, maintainability) User misunderstanding (prototype vs. final product) Developer misunderstanding the user reqs. Too much time spent on prototype development –Increased cost –Increased involvement and attachment to prototype

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models P hased 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 Supported by US DoD, NASA

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Phased Development: Increments and Iterations (continued)

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models 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

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Phased Development: Increments and Iterations (continued) Phased development is desirable for several reasons –Markets can be created early for functionality that has never before been offered –The development team can focus on different areas of expertise with different releases –Easier to test and debug –Regression testing after each iteration

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Spiral Model Suggested by 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

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Spiral Model (continued)

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models 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

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Agile Methods: Examples of Agile Process Extreme programming (XP) Scrum: 30-day iterations; multiple self- organizing teams; daily “scrum” coordination Adaptive software development (ASD)

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Agile Methods: Extreme Programming Emphasis on four charateristics 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 activitites during the development process

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Agile Methods: Twelve Facets of XP Planning game (weekly meeting or per iteration) Small release (weeks rather than months) Common vision Simple design Writing tests first Refactoring Pair programming Collective ownership Continuous integration (small increments) Sustainable pace (40 hours/week) On-site customer Coding standard

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Extreme Programming Frequent releases in short development cycles to achieve higher quality and productivity Programming pairs, extensive code review, and unit testing Frequent communication with the customer and programmers

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Sidebar 2.2 When Extreme is Too Extreme? XP'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 w/o degrading architecture User stories: scalability, vague, incomplete, non- functional requirements

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Software Process Models Agile Methods: Scrum 30-day iterations multiple self-organizing teams daily “scrum” coordination three roles: product owner, development team, and scrum master sprint (iteration): basic unit in scrum

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter 2.29 Notation depends on what we want to capture in the model The two major notation categories –Static model: depicts the process –Dynamic model: enacts the process 2.3 Tools and Techniques for Process Modeling

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter 2.30 Element of a process are viewed in terms of seven types –Activity –Sequence –Process model –Resource –Control –Policy –Organization Several templates, such as an Artifact Definition Template 2.3 Tools and Techniques for Process Modeling Static Modeling: Lai Notation

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Tools and Techniques for Process Modeling Static Modeling: Lai Notation

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Tools and Techniques for Process Modeling Static Modeling: Lai Notation (continued) The process of starting a car

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Tools and Techniques for Process Modeling Static Modeling: Lai Notation (continued) Transition diagram illustrates the transition for a car

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter 2.34 Enables enaction of process to see what happens to resources and artifacts as activities occur Simulate alternatives and make changes to improve the process Example: systems dynamics model 2.3 Tools and Techniques for Process Modeling Dynamic Modeling

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Tools and Techniques for Process Modeling Dynamic Modeling: System Dynamics (continued) Pictorial presentation of factors affecting productivity Arrows indicate how changes in one factor change another

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Information System Example Piccadilly Television Advertising System Needs a system that is easily maintained and changed Requirements may change –Waterfall model is not applicable User interface prototyping is an advantage There is uncertainty in regulation and business constraints –Need to manage risks Spiral model is the most appropriate

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Information System Example Piccadilly System (continued) Risk can be viewed in terms of two facets –Probability: the likelyhood a particular problem may occur –Severity: the impact it will have on the system To manage risk, it needs to include characterization of risks in the process model –Risk is an artifact that needs to be described

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Information System Example Lai Artifact Table for Piccadilly System

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Real Time Example Ariane-5 Software Involved reuse of software from Ariane-4 The reuse process model –Identify resuable subprocesses, describe them and place them in a library –Examine the requirements for the new software and the reusable components from library and produce revised set of requirements –Use the revised requirements to design the software –Evaluate all reused design components to certify the correctness and consistency –Build or change the software

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter Real Time Example Ariane-5 Software (continued) Reuse process model presentation

Pfleeger and Atlee, Software Engineering: Theory and PracticeChapter What this Chapter Means for You Process development involves activities, resources, and product Process model includes organizational, functional, behavioral and other prespectives A process model is useful for guiding team behavior, coordination and collaboration