Software Development Processes. Software Life-Cycle Models. Process Models in Other Fields. CIS 422/522 Spring
|
|
|
- Claude Warren
- 9 years ago
- Views:
Transcription
1 1 Software Development Processes Sequential, Prototype-based RAD, Phased, Risk-based Spiral (c) 1998 M Young CIS 422/522 1/10/99 1 Software Life-Cycle Models Breaking projects down into pieces for... Planning ``What do I do next?'' Process visibility ``Are we on schedule?'' Intellectual manageability Division of labor Process Models in Other Fields Reliable, efficient production Process improvement for quality, efficiency Predictable production Ability to plan, schedule, and budget production Standardization Economic advantage of standard processes and components Automation (c) 1998 M Young CIS 422/522 1/10/99 3
2 2 Inadequacy of Industrial Process Models Software is primarily an intellectual, design-based process Unlike fabrication of physical things More like designing an automobile than building it Software is unstable Malleability is a major advantage of software over hardware, but Changing requirements and design make controlled processes more difficult (c) 1998 M Young CIS 422/522 1/10/99 4 The Code and Fix Model (or, Software through Chaos) Process steps: Write some code Fix and enhance Repeat until satisfied, or until unmanageable Characteristics of code-and-fix model Suitable when: Developer is the user (no formal requirements), schedule is short (no planning), quality need not be high (fix as needed) Highly unstable: Software structure deteriorates over time, or collapses as complexity increases (c) 1998 M Young CIS 422/522 1/10/99 5 Changes Motivating Defined Processes Non-technical users, distinct from developers Problem of building the wrong system Need for careful analysis of requirements, distinct from design and implementation Scale and complexity => Team development Organizational structure and coordination Control of communication complexity Need for design phase, unit & integration testing Need for predictability => Scheduling Quality requirements => Checkpoints (c) 1998 M Young CIS 422/522 1/10/99 6
3 3 The Waterfall model Inspired by industrial product development cycles, esp. aircraft A document-based model Stages in development are marked by completion of documents Feedback and feed-forward are through documents Several variations (c) 1998 M Young CIS 422/522 1/10/99 7 Waterfall Model (example) Feasibility Study Requirements Analysis Design (from Ghezzi et al, 1991) Each passage from phase to phase is marked by completion of a document that governs the following phase Code & Unit Test Integration & System Test Delivery Maintenance (c) 1998 M Young CIS 422/522 1/10/99 8 Waterfall Model Phase Input document Elaboration Method Output document Goal is an output document consistent with the input document; an error is an inconsistency Phase is complete when document is finished Each phase has specific methods (c) 1998 M Young CIS 422/522 1/10/99 9
4 4 Example waterfall stages... Feasibility Study Evaluate costs and benefits of a proposed application Required for go/no-go decision or choice among competing projects Ideally requires complete analysis and design; Practical reality: Limited time and resources Results in problem definition, alternative solution sketches, and approximate resource, cost, and schedule (c) 1998 M Young CIS 422/522 1/10/99 10 Example waterfall stages... Requirements Analysis Produce specification of what the software must do User requirements; may be divided into problem analysis and solution analysis Suppress the how until design phase Must be understandable to user, which in practice means it is necessarily somewhat informal To the extent possible, should be precise, complete, unambiguous, and modifiable; Should include object acceptance tests and a system test plan (c) 1998 M Young CIS 422/522 1/10/99 11 Example waterfall stages... Design and Specification May be divided into external design (and/or system specification), preliminary design, and detailed design Results in (semi-)formal diagrams and text defining structure and function of the software, ready for programming individual units Many notations, methods, and tools for different styles of design (c) 1998 M Young CIS 422/522 1/10/99 12
5 5 Example waterfall stages... Coding and Module Testing Individual programmers produce program units, which are assembled into subsystems and the final system Includes unit testing and debugging, and may include inspections Often includes much non-product code, called scaffolding (c) 1998 M Young CIS 422/522 1/10/99 13 Example waterfall stages... Integration and System Testing Assembly of units into larger and larger substructures Proceeds according to a build plan which is typically top-down or bottom up Subsystem test followed by system, apha, and beta test; purpose of testing shifts from debugging to acceptance, and may involve an independent test team (c) 1998 M Young CIS 422/522 1/10/99 14 Example waterfall stages... Delivery and Maintenance Beta test: controlled release to a small (or adventurous) real-world clientele Alternative: single-client and critical applications run parallel After delivery, further change to sofware is called maintenance (of which most is NOT fixing bugs) (c) 1998 M Young CIS 422/522 1/10/99 15
6 6 System Requirements Software Requirements Royce s Waterfall Model (1970) Preliminary Design Preliminary Design Analysis Program Design Coding Testing Operation Characteristics of the Waterfall Model Limited iteration Naive version is purely sequential; more commonly there is some iteration and adjustment, but the model is highly sequential Well-suited to a contract mode of application Big bang development Beginning from nothing Ending with a single delivery of a single product (c) 1998 M Young CIS 422/522 1/10/99 17 RAD: Rapid Application Development A variant of evolutionary prototyping Based partly on: The Impact of the development context on the implementation of RAD approaches by D. Fulton, 1996 (was: (c) 1998 M Young CIS 422/522 1/10/99 18
7 7 Main characteristics of RAD Rapid 6 weeks to 9 months Small, flat, highly skilled teams Intense user participation Iterative prototyping (with less paperbased documentation) (c) 1998 M Young CIS 422/522 1/10/99 19 Origins Evolutionary prototyping vs. throw-away prototypes: closer to incremental build, but more dynamic DuPont (mid-80s) Rapid Iterative Production Prototyping IBM Joint Application Development method (JAD) Popularized by J. Martin (1991) and others (c) 1998 M Young CIS 422/522 1/10/99 20 RAD philosophy Initially fix: high-level requirements, project scope plan (schedule) Then iteratively build the product with intense user involvement to negotiate requirements and test deliverables (c) 1998 M Young CIS 422/522 1/10/99 21
8 8 Joint Application Development Workshops Objective: Scope the project Participants: Development team User representatives Facilitator Intense negotiation to create stable scope and plan similar to design to schedule, applied to requirements (c) 1998 M Young CIS 422/522 1/10/99 22 RAD communication structure Conventional RAD User organization Developers User organization Developers Peer-to-peer communication between users and developers Intense user involvement (and commitment) in negotiating requirements and testing prototypes (c) 1998 M Young CIS 422/522 1/10/99 23 RAD team structure Small teams of highly-skilled developers Fixed team through full development Less specialization; each developer must fill several roles Less reliance on formal documents to record requirements and design Requires stable staffing Loss of a developer is a larger risk than in document-based process models Loss of user representatives is also a danger (c) 1998 M Young CIS 422/522 1/10/99 24
9 9 Timeboxing If functionality not delivered by date, scale back or abandon Radical application of design-to-schedule The build-plan is stable; the product functionality is fluid within bounds of project scope What is actually built depends on technical feasiblity as well as user wants (c) 1998 M Young CIS 422/522 1/10/99 25 Prototype-based requirements elicitation Cycle: Build, demo, revise design Scheduled review meetings with demos and feedback Additional internal prototype build cycles Additional ad hoc user demos Shopping list replaces detailed requirements document Broad list of desirable functions can change depending on user feedback (c) 1998 M Young CIS 422/522 1/10/99 26 Reduced Paper Documentation Emphasis on rapid delivery and change Not on preserving information for a longer period Fixed personnel (including user representatives) reduces need for documents as orientation and communication Active, intense user participation Reliance on computerized documentation CASE tools, databases and application generators The prototype itself as documentation Developer logs of design rationale (c) 1998 M Young CIS 422/522 1/10/99 27
10 10 RAD on Contract? Requires stronger relationship than typical contracts Since requirements are not fully known when contract is let May be based on fixed effort, rather than fixed functionality (c) 1998 M Young CIS 422/522 1/10/99 28 RAD tools RAD projects typically rely on strong tool support application generators, database engines (including interface builders, etc.) CASE tools... Reported success is mostly within wellunderstood and supported domains, esp. information systems (c) 1998 M Young CIS 422/522 1/10/99 29 Super designers? Small, flat teams require multi-talented individuals Technical, inter-personal, and managerial skills Overall view of project, not only pieces Vague requirements require strong motivation to do more than enough Strong management needed to hold human resources Loss of a developer can be disastrous Loss of adequate user involvement can be nearly as bad (c) 1998 M Young CIS 422/522 1/10/99 30
11 11 When is RAD appropriate? Requirements are not clear or stable Technical pre-requisites available: adequate tool and facility support Developer expertise in domain and tools especially: able to anticipate likely change Strong facilitator/manager able to keep project appropriately scoped able to hold resource (people) for duration of project (c) 1998 M Young CIS 422/522 1/10/99 31 RAD issues Quality: Little process control, little documentation on which to base measurement and acceptance Quality measured by the smile on the user s face Lifetime cost: What will it cost to maintain RAD projects? BUT if initial build cost is comparable to a revision cycle, a disposable system may be acceptable Heavy reliance on individuals Risk may be too high for critical projects (c) 1998 M Young CIS 422/522 1/10/99 32 Summary: RAD Evolutionary prototyping method with particular management features like timeboxing Small team, limited scope approach Intense, continuous user involvement Programming in the small at its outer limits? Most of what has been omitted (documents, clear process, etc.) are the measures we use to cope with multiple people and long schedules (c) 1998 M Young CIS 422/522 1/10/99 33
12 12 Phased Projects Develop & Deliver in Increments May repeat entire waterfall model in each increment Goals: Keep clients/customers happy Improve requirements through feedback Improve process visibility through more frequent milestones (c) 1998 M Young CIS 422/522 1/10/99 34 Dividing a Large Project into Phases Time Division by function Time Incremental Delivery (c) 1998 M Young CIS 422/522 1/10/99 35 Functional Division in Practice Some shared infrastructure is developed (incrementally) Some revision to previous phases is required (c) 1998 M Young CIS 422/522 1/10/99 36
13 13 Planning Incremental Development What is a good increment? Identify system subsets Minimal usable feature sets Encapsulated functions (limit scope of change) Choice driven by: Schedule (opportunity cost, time-to-market) Decomposability (minimize duplicated work) Risk control (c) 1998 M Young CIS 422/522 1/10/99 37 Spiral Model (Risk-driven evolutionary development) In each turn of the spiral Problem definition Determine objectives (qualities to achieve) Identify alternatives and constraints Risk analysis Determine risks Gain information (typically through prototyping) Develop & verify next level product may be only requirements, or design Plan next phase (c) 1998 M Young CIS 422/522 1/10/99 39
14 14 Prototypes vs. Incremental Deliveries The primary goal of a prototype is information Should address the most significant risks Incremental deliveries should be useful May avoid the highest risks These goals are in conflict! It is sometimes possible to serve both purposes but... Many prototypes fail to serve either purpose, because developers fail to distinguish goals and plan accordingly (c) 1998 M Young CIS 422/522 1/10/99 40 Prototyping for Information Requirements clarification Users learn what they want by using the prototype Implicit requirements are identified through failure Human interface can be assessed and refined Design alternatives Performance, complexity, capacity,... Requires evaluation plan before implementation (c) 1998 M Young CIS 422/522 1/10/99 41 Choosing a Process Model No single best model Depends on many factors, including the experience of a particular organization in a particular application domain Larger team, larger product => More elaborate process More risk, less experience => More iteration (c) 1998 M Young CIS 422/522 1/10/99 42
Software Development Processes. Software Life-Cycle Models
1 Software Development Processes Sequential, Prototype-based RAD, Phased, Risk-based Spiral (c) 1998 M Young CIS 422/522 4/3/98 1 Software Life-Cycle Models Breaking projects down into pieces for... Planning
Software Process for QA
Software Process for QA Basic approaches & alternatives CIS 610, W98 / M Young 1/7/98 1 This introduction and overview is intended to provide some basic background on software process (sometimes called
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC) Supriyo Bhattacharjee MOF Capability Maturity Model (CMM) A bench-mark for measuring the maturity of an organization s software process CMM defines 5 levels of process
Process Methodology. Wegmans Deli Kiosk. for. Version 1.0. Prepared by DELI-cious Developers. Rochester Institute of Technology
Process Methodology for Wegmans Deli Kiosk Version 1.0 Prepared by DELI-cious Developers Rochester Institute of Technology September 15, 2013 1 Table of Contents 1. Process... 3 1.1 Choice... 3 1.2 Description...
Information Systems Development Process (Software Development Life Cycle)
Information Systems Development Process (Software Development Life Cycle) Phase 1 Feasibility Study Concerned with analyzing the benefits and solutions for the identified problem area Includes development
2. Analysis, Design and Implementation
2. Analysis, Design and Implementation Subject/Topic/Focus: Software Production Process Summary: Software Crisis Software as a Product: From Programs to Application Systems Products Software Development:
2. Analysis, Design and Implementation
2. Subject/Topic/Focus: Software Production Process Summary: Software Crisis Software as a Product: From Individual Programs to Complete Application Systems Software Development: Goals, Tasks, Actors,
(Refer Slide Time: 01:52)
Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This
And the Models Are 16-03-2015. System/Software Development Life Cycle. Why Life Cycle Approach for Software?
System/Software Development Life Cycle Anurag Srivastava Associate Professor ABV-IIITM, Gwalior Why Life Cycle Approach for Software? Life cycle is a sequence of events or patterns that are displayed in
Software Engineering. What is a system?
What is a system? Software Engineering Software Processes A purposeful collection of inter-related components working together to achieve some common objective. A system may include software, mechanical,
CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)
CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS) Prescriptive Process Model Defines a distinct set of activities, actions, tasks, milestones, and work products that are required to engineer high quality
A Capability Maturity Model (CMM)
Software Development Life Cycle (SDLC) and Development Methods There are some enterprises in which a careful disorderliness is the true method. Herman Melville Capability Maturity Model (CMM) A Capability
SOFTWARE PROCESS MODELS
SOFTWARE PROCESS MODELS Slide 1 Software Process Models Process model (Life-cycle model) - steps through which the product progresses Requirements phase Specification phase Design phase Implementation
Software Development Life Cycle
4 Software Development Life Cycle M MAJOR A J O R T TOPICSO P I C S Objectives... 52 Pre-Test Questions... 52 Introduction... 53 Software Development Life Cycle Model... 53 Waterfall Life Cycle Model...
5/19/2014. 1 Professor Lili Saghafi
5/19/2014 1 Professor Lili Saghafi MANAGING INFORMATION TECHNOLOGY Lecture 9 METHODOLOGIES FOR CUSTOM SOFTWARE DEVELOPMENT By : Prof. Lili Saghafi 1-2 METHODOLOGIES FOR CUSTOM SOFTWARE DEVELOPMENT Large
Software Life Cycle Processes
Software Life Cycle Processes Objective: Establish a work plan to coordinate effectively a set of tasks. Improves software quality. Allows us to manage projects more easily. Status of projects is more
Introduction to Systems Analysis and Design
Introduction to Systems Analysis and Design What is a System? A system is a set of interrelated components that function together to achieve a common goal. The components of a system are called subsystems.
10/4/2013. Sharif University of Technology. Session # 3. Contents. Systems Analysis and Design
Session # 3 Contents Systems Analysis and Design 2 1 Tiers of Software Development 10/4/2013 Information system development project Realistic behavior 3 Information system development project System Development
The most suitable system methodology for the proposed system is drawn out.
3.0 Methodology 3.1 Introduction In this chapter, five software development life cycle models are compared and discussed briefly. The most suitable system methodology for the proposed system is drawn out.
COMP 354 Introduction to Software Engineering
COMP 354 Introduction to Software Engineering Greg Butler Office: EV 3.219 Computer Science and Software Engineering Concordia University, Montreal, Canada Email: [email protected] Winter 2015 Course
6. Software Lifecycle Models. A software lifecycle model is a standardised format for planning organising, and running a new development project.
6. Software Lifecycle Models A software lifecycle model is a standardised format for planning organising, and running a new development project. Hundreds of different kinds of models are known and used.
The Software Process. The Unified Process (Cont.) The Unified Process (Cont.)
The Software Process Xiaojun Qi 1 The Unified Process Until recently, three of the most successful object-oriented methodologies were Booch smethod Jacobson s Objectory Rumbaugh s OMT (Object Modeling
Software Lifecycles Models
Software Lifecycles Models Software Engineering Lecture 17 Bernd Bruegge Applied Software Engineering Technische Universitaet Muenchen 1 Outline of Today s Lecture Modeling the software life cycle Sequential
Software development life cycle. Software Engineering - II ITNP92 - Object Oriented Software Design. Requirements. Requirements. Dr Andrea Bracciali
Software development life cycle Software life cycle: Software Engineering - II ITNP92 - Object Oriented Software Design Dr Andrea Bracciali Module Co-ordinator 4B86 [email protected] Spring 2014 (elicitation)
CS4507 Advanced Software Engineering
CS4507 Advanced Software Engineering Lectures 2 & 3: Software Development Lifecycle Models A O Riordan, 2015 Some diagrams from Sommerville, some notes from Maciaszek/Liong Lifecycle Model Software development
LECTURE 1. SYSTEMS DEVELOPMENT
LECTURE 1. SYSTEMS DEVELOPMENT 1.1 INFORMATION SYSTEMS System A system is an interrelated set of business procedures used within one business unit working together for a purpose A system has nine characteristics
SE464/CS446/ECE452 Software Life-Cycle and Process Models. Instructor: Krzysztof Czarnecki
SE464/CS446/ECE452 Software Life-Cycle and Process Models Instructor: Krzysztof Czarnecki 1 Some of these slides are based on: Lecture slides by Ian Summerville accompanying his classic textbook software
Software development lifecycle
Software Life Cycle Software development lifecycle The power of process How complex is software? What is complex? How complex is software? Measures of complexity: lines of code number of classes number
CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed.
CS 389 Software Engineering Lecture 2 Chapter 2 Software Processes Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed. Topics covered Software process models Process activities Coping
Lifecycle Models: Waterfall / Spiral / EVO
Lifecycle Models: Waterfall / Spiral / EVO Dror Feitelson Basic Seminar on Software Engineering Hebrew University 2011 Lifecycle The sequence of actions that must be performed in order to build a software
Software Project Models
INTERNATIONAL JOURNAL OF TECHNOLOGY ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH, VOL 1, ISSUE 4 135 Software Project Models Abhimanyu Chopra, Abhinav Prashar, Chandresh Saini [email protected],
A Comparison between Five Models of Software Engineering
International Journal of Research in Information Technology (IJRIT) www.ijrit.com ISSN 2001-5569 A Comparison between Five Models of Software Engineering Surbhi Gupta, Vikrant Dewan CSE, Dronacharya College
INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal
INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal Research Article ISSN 2277 9140 ABSTRACT Analysis and tabular comparison
Software Development Process Models
Software Development Process Models Balasankar C S1 M.Tech CSE 1 / 24 Software Development Process Models Activities directly related production design, coding, testing Specifies major development & quality
In the IEEE Standard Glossary of Software Engineering Terminology the Software Life Cycle is:
In the IEEE Standard Glossary of Software Engineering Terminology the Software Life Cycle is: The period of time that starts when a software product is conceived and ends when the product is no longer
In this Lecture you will Learn: Systems Development Methodologies. Why Methodology? Why Methodology?
In this Lecture you will Learn: Systems Development Methodologies What a systems development methodology is Why methodologies are used The need for different methodologies The main features of one methodology
2.1 The RAD life cycle composes of four stages:
2.1 The RAD life cycle composes of four stages: A typical RAD life cycle is composed of the following Stages 2.1.1. Requirements Planning; 2.1.2 User Design; 2.1.3 Rapid Construction; 2.1.4 Transition.
JOURNAL OF OBJECT TECHNOLOGY
JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2006 Vol. 5. No. 8, November-December 2006 Requirements Engineering Tasks Donald Firesmith,
ABHINAV NATIONAL MONTHLY REFEREED JOURNAL OF RESEARCH IN SCIENCE & TECHNOLOGY www.abhinavjournal.com
SOFTWARE DEVELOPMENT LIFE CYCLE (SDLC) ANALYTICAL COMPARISON AND SURVEY ON TRADITIONAL AND AGILE METHODOLOGY Sujit Kumar Dora 1 and Pushkar Dubey 2 1 Programmer, Computer Science & Engineering, Padmashree
Software Life Cycle. Main issues: Discussion of different life cycle models Maintenance or evolution
Software Life Cycle Main issues: Discussion of different life cycle models Maintenance or evolution Not this life cycle SE, Software Lifecycle, Hans van Vliet, 2008 2 Introduction software development
The Spiral development model is a risk-driven process model generator. It
1.1 Methodology Research 1.1.1 Spiral Model The Spiral development model is a risk-driven process model generator. It is used to guide multi-stakeholder concurrent engineering of software-intensive systems.
Lecture 3 Software Development Processes
Lecture 3 Software Development Processes Software Engineering ITCS 3155 Fall 2008 Dr. Jamie Payton Department of Computer Science University of North Carolina at Charlotte September 2, 2008 Lecture Overview
Fourth generation techniques (4GT)
Fourth generation techniques (4GT) The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common. Each enables the software engineer to specify some
CSE 435 Software Engineering. Sept 16, 2015
CSE 435 Software Engineering Sept 16, 2015 2.1 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
System Design Approaches. System Design. Model-Driven Approaches Modern Structured Design. Model-Driven Approaches
System Design Systems design the specification of a detailed computer-based solution. Also called physical design. systems analysis emphasizes the business problem systems design emphasizes the technical
CSC 492 The Practice of Software Engineering. Lecture 3 University of Mount Union Software Life Cycle Models
CSC 492 The Practice of Software Engineering Lecture 3 University of Mount Union Software Life Cycle Models Software Life Cycle Models Every program (no matter what size) has several distinct phases that
How To Model Software Development Life Cycle Models
Various Software Development Life Cycle Models Sahil Jindal, Puneet Gulati, Praveen Rohilla Dronacharya College of Engineering, India Abstract:An SDLC model is a conceptual framework describing different
To introduce software process models To describe three generic process models and when they may be used
Software Processes Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software
Software Engineering. Objectives. Designing, building and maintaining large software systems
Software Engineering Objectives Designing, building and maintaining large software systems To define software engineering and explain its importance To discuss the concepts of software products and software
Agile Projects 7. Agile Project Management 21
Contents Contents 1 2 3 Agile Projects 7 Introduction 8 About the Book 9 The Problems 10 The Agile Manifesto 12 Agile Approach 14 The Benefits 16 Project Components 18 Summary 20 Agile Project Management
The Software Development Life Cycle (SDLC)
Document ID: Version: 2.0 1 / 22 2 TABLE OF CONTENTS INTRODUCTION... 4 THE SDLC WATERFALL... 4 ALLOWED VARIATIONS... 5 OTHER SDLC MODELS... 6 REFERENCES... 7 GENERIC STAGE... 8 KICKOFF PROCESS... 8 INFORMAL
Unit 1 Learning Objectives
Fundamentals: Software Engineering Dr. Rami Bahsoon School of Computer Science The University Of Birmingham [email protected] www.cs.bham.ac.uk/~rzb Office 112 Y9- Computer Science Unit 1. Introduction
ASSESSMENT OF SOFTWARE PROCESS MODELS
ASSESSMENT OF SOFTWARE PROCESS MODELS Akhilesh Research Scholar, Department of Computer Science, Manav Bharti University, Solan (H.P.) ABSTRACT The field of software engineering is related to the development
Software Engineering. Software Engineering. Software Costs
Software Engineering Software Engineering is the science and art of building significant software systems that are: 1) on time 2) on budget 3) with acceptable performance 4) with correct operation. Ian
TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW
Year 2014, Vol. 1, issue 1, pp. 49-56 Available online at: http://journal.iecuniversity.com TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW Singh RANDEEP a*, Rathee AMIT b a* Department of
Objectives. Chapter 12. System Design. Model-Driven Approaches. System Design Approaches 2016-02-17. Systems Design
McGraw-Hill/Irwin Chapter 12 Systems Design Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 12-2 Objectives Describe the design phase in terms of your information building blocks.
How to Write a Software Process Procedures and Policy Manual for YOUR COMPANY
How to Write a Software Process for YOUR COMPANY 1. Introduction MicroTools is proposing to assist YOUR COMPANY in improving the existing software process. The purpose of this project is to both improve
Software Engineering
Software Engineering Introduction Software engineering Statistics Software Development Process Models Project Management Overview Situation Before programs were quite small written by one person Today
Software Engineering Introduction & Background. Complaints. General Problems. Department of Computer Science Kent State University
Software Engineering Introduction & Background Department of Computer Science Kent State University Complaints Software production is often done by amateurs Software development is done by tinkering or
How To Understand The Software Process
Ingegneria del Software Corso di Laurea in Informatica per il Management Software process model Davide Rossi Dipartimento di Informatica Università di Bologna The task of the software development team
Chapter 8 Approaches to System Development
Systems Analysis and Design in a Changing World, sixth edition 8-1 Chapter 8 Approaches to System Development Table of Contents Chapter Overview Learning Objectives Notes on Opening Case and EOC Cases
Surveying and evaluating tools for managing processes for software intensive systems
Master Thesis in Software Engineering 30 Credits, Advanced Level Surveying and evaluating tools for managing processes for software intensive systems Anuradha Suryadevara IDT Mälardalen University, ABB
Classical Software Life Cycle Models
Classical Software Life Cycle Models SWEN 301 Trimester 1, 2015 Lecturer: Dr Hui Ma Engineering and Computer Science Lecture slides make use of material provided on the textbook's companion website Motivation
Introduction and Overview
Introduction and Overview Definitions. The general design process. A context for design: the waterfall model; reviews and documents. Some size factors. Quality and productivity factors. Material from:
SOFTWARE DEVELOPMENT PLAN
SOFTWARE DEVELOPMENT PLAN This document outline is based on the IEEE Standard 1058.1-1987 for Software Project Management Plans. This is the controlling document for managing a software project, and it
Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering Software Processes Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To introduce software process models To describe three generic process models and when
System development lifecycle waterfall model
Slide 6.1 System development lifecycle waterfall model Figure 6.1 The waterfall model of system development lifecycle Slide 6.2 The b model Figure 6.2 The b model Source: N D Birrell and M A Ould, A Practical
The Software Lifecycle. Software Lifecycles
The Software Lifecycle Examining the phases of large-scale software development projects Jeff Stephenson Software Lifecycles Software Engineering vs. Programming What you have done for our past assignments
Alternative Development Methodologies
Alternative Development Methodologies The Software Development Process described in the course notes and lecture is a generalized process that been in use for decades. Over this time, scholars in the IT
Whitepaper. Agile Methodology: An Airline Business Case YOUR SUCCESS IS OUR FOCUS. Published on: Jun-09 Author: Ramesh & Lakshmi Narasimhan
YOUR SUCCESS IS OUR FOCUS Whitepaper Published on: Jun-09 Author: Ramesh & Lakshmi Narasimhan 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. Subject Clarity 3. Agile
Advanced Software Engineering. Software Development Processes
Agent and Object Technology Lab Dipartimento di Ingegneria dell Informazione Università degli Studi di Parma Advanced Software Engineering Software Development Processes Prof. Agostino Poggi Software Development
Foundations for Systems Development
Foundations for Systems Development ASSIGNMENT 1 Read this assignment introduction. Then, read Chapter 1, The Systems Development Environment, on pages 2 25 in your textbook. What Is Systems Analysis and
Module 2. Software Life Cycle Model. Version 2 CSE IIT, Kharagpur
Module 2 Software Life Cycle Model Lesson 4 Prototyping and Spiral Life Cycle Models Specific Instructional Objectives At the end of this lesson the student will be able to: Explain what a prototype is.
IV. Software Lifecycles
IV. Software Lifecycles Software processes and lifecycles Relative costs of lifecycle phases Examples of lifecycles and processes Process maturity scale Information system development lifecycle Lifecycle
Redesigned Framework and Approach for IT Project Management
Vol. 5 No. 3, July, 2011 Redesigned Framework and Approach for IT Project Management Champa Hewagamage 1, K. P. Hewagamage 2 1 Department of Information Technology, Faculty of Management Studies and Commerce,
A. Waterfall Model - Requirement Analysis. System & Software Design. Implementation & Unit Testing. Integration & System Testing.
Processing Models Of SDLC Mrs. Nalkar Sanjivani Baban Asst. Professor, IT/CS Dept, JVM s Mehta College,Sector 19, Airoli, Navi Mumbai-400708 [email protected] Abstract This paper presents an
Lesson 1 Introduction to Rapid Application Development using Visual Basic
Lesson 1 Introduction to Rapid Application Development using Visual Basic RAD (Rapid Application Development) refers to a development life cycle designed to give much faster development and higher-quality
Agile & PMI Project Management Mapping MAVERIC S POINT OF VIEW. 10-10-2012 Vol. 7
10-10-2012 Vol. 7 MAVERIC S POINT OF VIEW Agile & Abstract: The purpose of this whitepaper is to explore the points of parity and differences between two of the most widely used methodologies. PMI Management
Software Process Models. Xin Feng
Software Process Models Xin Feng Questions to Answer in Software Engineering? Questions to answer in software engineering What is the problem to be solved? Definition What are the characteristics of the
Engineering Process Software Qualities Software Architectural Design
Engineering Process We need to understand the steps that take us from an idea to a product. What do we do? In what order do we do it? How do we know when we re finished each step? Production process Typical
Chapter 1 The Systems Development Environment
Your Objects of SA&D Study Chapter 1 The Systems Development Environment 2011 by Prentice Hall: J.A.Hoffer et.al., Modern Systems Analysis & Design, 6 th Edition 1/55 2/55 Course Content Fundamental of
An Assessment between Software Development Life Cycle Models of Software Engineering
International Journal of Electronics and Computer Science Engineering 700 Available Online at www.ijecse.org ISSN- 2277-1956 An Assessment between Software Development Life Cycle Models of Software Engineering
CREDENTIALS & CERTIFICATIONS 2015
THE COMMUNITY FOR TECHNOLOGY LEADERS www.computer.org CREDENTIALS & CERTIFICATIONS 2015 KEYS TO PROFESSIONAL SUCCESS CONTENTS SWEBOK KNOWLEDGE AREA CERTIFICATES Software Requirements 3 Software Design
Fundamentals of Information Systems, Fifth Edition. Chapter 8 Systems Development
Fundamentals of Information Systems, Fifth Edition Chapter 8 Systems Development Principles and Learning Objectives Effective systems development requires a team effort of stakeholders, users, managers,
Introduction to Software Engineering. 8. Software Quality
Introduction to Software Engineering 8. Software Quality Roadmap > What is quality? > Quality Attributes > Quality Assurance: Planning and Reviewing > Quality System and Standards 2 Sources > Software
Software Engineering Reference Framework
Software Engineering Reference Framework Michel Chaudron, Jan Friso Groote, Kees van Hee, Kees Hemerik, Lou Somers, Tom Verhoeff. Department of Mathematics and Computer Science Eindhoven University of
Process Models and Metrics
Process Models and Metrics PROCESS MODELS AND METRICS These models and metrics capture information about the processes being performed We can model and measure the definition of the process process performers
Software development process
OpenStax-CNX module: m14619 1 Software development process Trung Hung VO This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0 Abstract A software development
Overview. Software engineering and the design process for interactive systems. Standards and guidelines as design rules
Overview Software engineering and the design process for interactive systems Standards and guidelines as design rules Usability engineering Iterative design and prototyping Design rationale A. Dix, J.
Agile Methodologies and Its Processes
International Journal of Computational Engineering Research Vol, 03 Issue, 9 Agile Methodologies and Its Processes 1, Akanksha, 2, Akansha Rakheja, 3, Latika Kapur, 4, Kanika Ahuja 1,2,3,, Information
Supporting Workflow Overview. CSC532 Fall06
Supporting Workflow Overview CSC532 Fall06 Objectives: Supporting Workflows Define the supporting workflows Understand how to apply the supporting workflows Understand the activities necessary to configure
BCS Professional Examination 2015 Professional Graduate Diploma. April 2015. Examiners Report. System Design Methods
BCS Professional Examination 2015 Professional Graduate Diploma April 2015 Examiners Report System Design Methods Question 1 1.a) Discuss why prototyping and agile approaches to systems design are increasingly
Software Development Process Models and their Impacts on Requirements Engineering Organizational Requirements Engineering
Software Development Process Models and their Impacts on Requirements Engineering Organizational Requirements Engineering Prof. Dr. Armin B. Cremers Sascha Alda Overview Phases during Software Development
Umbrella: A New Component-Based Software Development Model
2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Umbrella: A New Component-Based Software Development Model Anurag Dixit and P.C.
Develop Project Charter. Develop Project Management Plan
Develop Charter Develop Charter is the process of developing documentation that formally authorizes a project or a phase. The documentation includes initial requirements that satisfy stakeholder needs
Rapid Development & Software Project Survival Guide Steve McConnell Dave Root (Developed with Mel Rosso-Llopart)
Lifecycle Planning Rapid Development & Software Project Survival Guide Steve McConnell Dave Root (Developed with Mel Rosso-Llopart) Version 1.4 David Root, 2005, all rights reserved 1 Topics Who am I to
