Prescriptive Process Models

Slides:



Advertisements
Similar presentations
Prescriptive Process models
Advertisements

1 Software Processes A Software process is a set of activities and associated results which lead to the production of a software product. Activities Common.
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 Process Models
CS487 Software Engineering Omar Aldawud
Chapter 3 Process Models
Software Process Models
1 Prescriptive Process Models. 2 Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering Prescriptive process.
CS 501: Software Engineering
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Objectives Explain the purpose and various phases of the traditional systems development life cycle (SDLC) Explain when to use an adaptive approach to.
Introduction to RUP Spring Sharif Univ. of Tech.2 Outlines What is RUP? RUP Phases –Inception –Elaboration –Construction –Transition.
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.
THE PROTOTYPING MODEL The prototyping model begins with requirements gathering. Developer and customer meet and define the overall objectives for the software.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
What is a life cycle model? Framework under which a software product is going to be developed. – Defines the phases that the product under development.
Prescriptive Process Models
Software Processes n What is a process?  Sequence of steps required to develop or maintain software n Characteristics  prescribes major activities 
Prescriptive Process Models Jon Walker. Prescription? What does prescriptive mean?
1/23 Prescriptive Process Models. 2/23 Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering Prescriptive.
Review of Software Process Models Review Class 1 Software Process Models CEN 4021 Class 2 – 01/12.
Chapter 4 프로세스 모델 Process Models
Software Process Model
Software Engineering B.Tech II csE Sem-II
PROC-1 1. Software Development Process. PROC-2 A Process Software Development Process User’s Requirements Software System Unified Process: Component Based.
Introduction to Software Development (Software Engineering - I)
SWE311_Ch03 (071) Software & Software Engineering Slide 1 Chapter 3 Prescriptive Process Models.
CS 3610: Software Engineering – Fall 2009 Dr. Hisham Haddad – CSIS Dept. Chapter 3 Prescriptive Process Models Discussion of the Software Process models:
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.
Software Model Process
Software Engineering Process Models Models for Guiding the Development of Software.
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Lectures 2 & 3: Software Process Models Neelam Gupta.
Software Process Models. Process model or software engineering paradigm – development strategy encompassing Process Method Tool Generic phases Chosen.
Chapter 2: The Process. What is Process? Software Engineering Process is the glue that holds the technology layers together and enables rational and timely.
Chapter 3 Prescriptive Process Models
Methodologies and Algorithms
Software Engineering Management
Lecture 3 Prescriptive Process Models
Chapter 1: Introduction to Systems Analysis and Design
Software Life Cycle “What happens in the ‘life’ of software”
SNS College of Engineering Coimbatore
CS 425/625 Software Engineering Software Processes
V-Shaped SDLC Model Lecture-6.
Software Engineering (CSI 321)
Software Engineering: A Practitioner’s Approach
Software Process 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.
Introduction to Software Engineering
Object Oriented Analysis and Design
مدل‌هاي فرايند پيشنهادي
Process Models Coming up: Prescriptive Models.
Software engineering -1
Software Process Models
Chapter 3 Prescriptive Process Models
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
SOFTWARE LIFE-CYCLES Beyond the Waterfall.
Chapter 1: Introduction to Systems Analysis and Design
Software Processes Process should be
SNS College of Engineering Coimbatore
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
The Waterfall Model Also known as: classic life cycle, the waterfall model, the linear model Rarely projects are sequential (allows iteration indirectly)
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Chapter 1: Introduction to Systems Analysis and Design
Prescriptive Process Models Pertemuan-3
Presentation transcript:

Prescriptive Process Models Chapter 3 Prescriptive Process Models Discussion of the Software Process models:

Software Process Models (1) Prescriptive process models evolved over the years to bring some order to the software development (structure, order, consistency)… But, the software industry is fast changing! A prescriptive process model is a strategy/paradigm that prescribes a set of process elements (activities, actions, work tasks, product, QA, CM) and a workflow. Different software projects require different process models! Why? - nature of the application - complexity - methods and tools - required control - expected quality - outcomes/products

Software Process Models (2) Key phases of a software process model:

The Waterfall Model (1) Known as classic life cycle or sequential model. Communication Planning Modeling Deployment Development

The Waterfall Model (2) Life cycle phases: 1. Communication (Requirements Analysis): Good understanding of the system (databases, performance, interface/user, functions). Document: SRS - What the system will do. 2. Planning: Developing project development plan (estimation, scheduling, tracking, and risk management). Document: SDP – The project development plan.

The Waterfall Model (3) 3. Modeling (Design): Translating requirement specifications of a software systems that can be assessed for against requirements. Design elements: data structures, software architecture, interfaces, implementation (algorithmic) details. Document: SDD - How the system will work. 4. Coding: Translation design into code (programming task). Document: generated code (modules, procedures, packages, classes, etc..)

The Waterfall Model (4) 5. Testing: Process of finding unknown errors and defects using a test plan that consist of test cases. Testing begins before coding starts! Test cases are traceable to requirements Testing begins in the small Unit testing Integration testing System testing Acceptance testing Document: Test Plan and Test Cases

The Waterfall Model (5) 5. Deployment (Support): Delivery, support, and feedback. Application of previous phases when making a change to deployed system (new requirements, environment changes, interface/user changes, etc…). Potential Problems: - Incomplete requirements - Long waiting for a working version (client perspective) - Critical path - blocking states and waiting time - Projects do not follow sequential flow! Too many changes BUT, the model defines essential activities for software development...

The Incremental Model (1) It is an iterative linear process that produces functional increments (usable modules) of the system. a n l y s i d e g c o t increment 1 delivery of 1st increment increment 2 2nd increment increment 3 3rd increment calendar time Core Product Additional Features

The Incremental Model (2) - It is an evolutionary model. - First increment is the core product (focus on the essential requirements of the system) - Plans for future increments (additional requirements) must be developed. Advantages: - Increments are functional products (unlike prototyping) - Staffing is not an issue, adjusted as needed - Facilitates managing technical and other risks Any disadvantages?

The RAD Model (1) - Incremental process that uses component-based development for business applications, and emphasizes short life cycle. Ideally, each business function is completed in 2 to 3 months. Business Modeling Data Process modeling Application generation Testing and turnover b u s i n e m o d l g a t p r c & v team #1 team #2 team #3 60 - 90 days

The RAD Model (2) RAD phases: (Applied to modeling and development phases) 1. Business modeling - identify business functions, processes, and what/how/who generates information. 2. Data modeling - redefine business information to data objects, and define object attributes and relationships among objects. 3. Process modeling - describe how processes manipulate (add, delete, retrieve, update) data objects to implement business functions. 4. Application generation - automated tools (4th generation techniques) are used to create the application by using component reuse.

The RAD Model (3) 5. Testing - mainly component integration and system testing since components are already tested. Challenges: - Requires sufficient human resources - Require careful planning for multiple teams - Requires commitment (developer and customer) - Limited to specific systems (with modularity nature) (business applications) - Inappropriate when technical risks are high (technology and interoperability)

The Prototyping Model (1) - Evolutionary model - iterative - Incomplete requirements? Go prototyping! - The prototype shows software aspects visible to the user. Listen to customer Quick Plan Design/Build /Revise mock-up Customer test-drives

The Prototyping Model (2) The purpose: - to satisfy customer needs - to understand system requirements What to do with the prototype? - throw it away or reuse it? Must decide before you build it. Potential problems: - Pressure to extend the prototype to a working system! - The “less-than-ideal choice” becomes part of the system! Prototyping keeps everyone happy! Only if the customer agrees to its purpose and what you will do with it...

The Spiral Model (1) An evolutionary iterative process (with controlled step-wise waterfall) that produces incremental releases of the system (not necessarily functional increments!) Engineering Customer Communication Construction & Release Risk Analysis Planning Customer Evaluation SRS Prototype Working Version Complete System

The Spiral Model (2) - Each release goes through task regions, each task region defines a set of work tasks relevant to the project type and size. - It is appropriate for large-scale evolving software projects. - It facilitates prototyping (in early passes) to reduce risks! - Allows constant risk assessment in all region - Each pass thought the planning region, the project plan, schedule, and cost are adjusted accordingly. Drawback: - Less popular than sequential and prototype models - Does not appeal to the customer! - Require considerable risk assessment expertise

The Concurrent Process Model An evolutionary iterative concurrent process where all process activities are concurrent, but at different states. Appropriate for system engineering (different engineering teams) Similar to RAD model, but at the system level! Uses events and states to represent process activities. Defines a “network” of activities with changing states (via events) See figure 3.6, page 57 - States of modeling activity.

The Unified Process (1) A “use-case driven, architecture-centric, iterative and incremental” software process. It integrates different component-based development models into one scenario-based unified model. It emphasizes customer communications through use-cases. It is a framework for OO development with UML modeling. Developed by James Rumbaugh, Grady Booch, and Ivar Jacobson in early 1990s, by combing the best of their individual OOA and OOD methods.

Unified Process (2) Phase: inception E l a b o r a t i o n I n c e p t Planning Modeling Communication Construction Deployment c o n s t r u c t i o n R e l e a s e t r a n s i t i o n s o f t w a r e i n c r e m e n t p r o d u c t i o n

Unified Process (3)

Unified Process (4) See Figure 3.8, page 67: UP Work Products.

Other Process Models (1) Component-Based Development model: A specialized model that Integrates OO technology to the engineering and construction activities of the spiral model. Used when reuse of COTS components is the main objective. This model aims to improve software development. (70% saving in time, 84% saving in cost, 26.2 productive index (the norm is 16.9) (see page 60)

Other Process Models (2) Formal Methods (Cleanroom SE): The application of formal mathematical specifications to develop safety-critical software applications. The emphasis is on defect-free software using formal methods during analysis and design. Issues: cost is high, training is extensive, communication with customer is difficult. Aspect-Oriented Model: New “immature” process model that focus on modeling aspects as customer concerns that cut cross multiple system functions, features, and information. (self-reading)

Suggested Problems Try to work problems 2, 3, 4, 5, 6, 7, 8, 10, 11, 14, and 15 from Chapter 3, page 69. No submission is required for practice assignments. Work it for yourself!

Last Slide End of chapter 3