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.

Slides:



Advertisements
Similar presentations
Software Processes.
Advertisements

Prescriptive Process models
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
1COM6030 Systems Analysis and Design © University of Sheffield 2005 COM 6030 Software Analysis and Design Lecture 2- Software Process Models and Project.
Unit 2. Software Lifecycle
Lectures 2 & 3 Software Processes.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 المحاضرة الثانية.
Software Processes Modified by Randy K. Smith
Chap 2. Software Processes
What is software? Computer programs and associated documentation
1 Chapter 4 - Part 1 Software Processes. 2 Software Processes is: Coherent (logically connected) sets of activities for specifying, designing, implementing,
CSE 470 : Software Engineering The Software Process.
1 Chapter 2 Software Processes An overview of conventional software process models, Rational Unified Process, and CASE tools.
EE6421/ED5031Software Engineering Slide 1 Section # 2 (Read Sommerville Ch (3 or 4) and Pressman Ch 2) Software Processes.
The software process A software process is a set of activities and associated results which lead to the production of a software product. This may involve.
Software Engineering COMP 201 1COMP201 - Software Engineering Lecturer: Sebastian Coope Ashton Building, Room G.18 COMP.
ISNE101 Dr. Ken Cosh. Recap  We’ve been talking about Software…  Application vs System Software  Programming Languages  Vs Natural Languages  Syntax,
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Software Processes Coherent sets of activities for specifying, designing, implementing and testing software systems.
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 3Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing.
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.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 4 Slide 1 Software Process Models.
CS 425/625 Software Engineering Software Processes
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Process Models.
©Ian Sommerville 2000 Software Engineering, 6th edition Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Software Life Cycle Model
Chapter 3 Software Processes.
1COM6030 Systems Analysis and Design © University of Sheffield 2005 COM 6030 Software Analysis and Design Lecture 2- Software Process Models and Project.
Lecture 2 Software Processes CSC301-Winter 2011 Hesam C. Esfahani
Software Processes Sumber dari : cc.ee.ntu.edu.tw/~farn/courses/SE/ch4.ppt.
Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2000, Mejia-Alvarez 2009 Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing and testing.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 1 Slide 1 Software Processes (Chapter 3)
Topic (1)Software Engineering (601321)1 Introduction Complex and large SW. SW crises Expensive HW. Custom SW. Batch execution.
Software Processes lecture 8. Topics covered Software process models Process iteration Process activities The Rational Unified Process Computer-aided.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 Slide 1 Software Processes l Coherent sets of activities for specifying, designing,
Software Engineering Management Lecture 1 The Software Process.
Lecture 3 Software Engineering Models (Cont.)
1 SWE Introduction to Software Engineering Lecture 4.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Review of Software Process Models Review Class 1 Software Process Models CEN 4021 Class 2 – 01/12.
An Introduction to Software Engineering
Chapter 13: Software Life Cycle Models Omar Meqdadi SE 273 Lecture 13 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
CSC 480 Software Engineering Lecture 2 August 26, 2002.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Module Code: CST 240 / BIT 233 Chapter 1: Introduction to Software Development Al Khawarizmi International College, Abu Dhabi, U.A.E.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
Software Engineering, 8th edition. Chapter 4 1 Courtesy: ©Ian Sommerville 2006 FEB 13 th, 2009 Lecture # 5 Software Processes.
Lectures 2 & 3: Software Process Models Neelam Gupta.
1 Chapter 2 SW Process Models. 2 Objectives  Understand various process models  Understand the pros and cons of each model  Evaluate the applicability.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
1 SYS366 Week 2 - Lecture Visual Modeling and Process.
Laurea Triennale in Informatica – Corso di Ingegneria del Software I – A.A. 2006/2007 Andrea Polini II. Software Life Cycle.
Software engineering Software Processes.
Chapter3:Software Processes
Software Engineering Management
Software Processes (a)
CS 425/625 Software Engineering Software Processes
Chapter 2 SW Process Models
Life Cycle Models PPT By :Dr. R. Mall.
Software Processes.
An Overview of Software Processes
CS310 Software Engineering Lecturer Dr.Doaa Sami
Software Processes.
Presentation transcript:

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 to all software processes: – Software specification (initiation, requirements), – Software design and implementation, – Software validation (testing, QA), – Software evolution (enhancement/maintenance)

2 Software Process Models A software process model is an abstract representation of a software (i.e. a roadmap) Software process models: – Waterfall model – Evolutionary development – Formal systems development – Reuse-based development Hybrid software process models: – Incremental development – Spiral development

3 Waterfall model Also referred to as “ Life cycle ”, conducted in five stand-alone phases: Requirements Software design Code & Unit test Integration & Testing Maintenance

4 Waterfall model: Plus and Minuses Advantages of the model: – Simple to follow – Relatively simple to track progress – Good structural design Challenges: – In practice, often phases overlap – Hard to modify and implement changes – Need complete requirements from customers to start (the biggest challenge)

5 Evolutionary development Develop an initial implementation, expose to users comments, refine until satisfied: Specification Development ValidationFinal version Intermediate versions Initial version Outline description

6 Evolutionary development types There are two types of evolutionary development: Exploratory development – Start with requirements that are well defined – Add new features when customers propose new requirements Throw-away prototyping – Objective is to understand customer ’ s requirements (i.e. they often don ’ t know what they want, hence poor requirements to start – Use means such as prototyping to focus on poorly understood requirements, redefine requirements as you progress

7 Evolutionary development: advantages and challenges Advantages: – Happier customers since you help them define requirements – Flexibility in modifying requirements – Prototypes are very visual, hence no ambiguities Challenges: – Hard to trace the “ process ” due to the ad-hoc nature – Systems are often poorly structured – Special tools and techniques may be required (for rapid development) that may be incompatible – Not cost-effective to produce documents

8 Formal systems development Similar to Waterfall model however development is based on formal mathematical transformation of system specification to an executable program Software requirements specifications is refined into detailed formal specification which expressed in mathematical notion Design, implementation and testing are replaced by a series of mathematical transformations Require specialized expertise usually used where safety is highly required Not often used

9 Reuse – oriented development Reuse-oriented approach relies on a large base of reusable software components! Design system to capitalize on the existing components Requirements specification System Validation Requirements modification Component analysis Development & Integration System design with Reuse

10 Reuse – oriented: Plus and Minuses Advantages: – Reduced cost and risk – Fast delivery Challenges: – Requires a large enough component base – Some control over the system evolution is lost as new versions of reusable components are not under the control of organization using the component – Potential issues in backward/forward compatibility

11 Incremental development A hybrid model where the software specification, design, implementation, and testing is broken down into a series of increments which are developed and delivered Requirement Specification = Sum (R1, R2, R3,…) R1CodingDesignTesting R2 R3Design Coding Testing

12 Incremental development: Advantages and Challenges Advantages: – Products delivered incrementally hence faster – Lower risk of overall project failure – Requirements are implemented based on priority Challenges: – Relationship between different increments may be cumbersome or non-cohesive – Size of each increment and the number of increments may cause challenges

13 Spiral development A hybrid model where the development of the system spirals outward from an initial outline through to the final developed system Each loop in the spiral represents a phase of the software process Example: the innermost loop might be concerned with system feasibility, next loop with system requirements, next loop with system design and so on.

14 Spiral development loops Each loop in the spiral is split into four sectors: 1. Object Setting: set specific object for that phase 2. Risk assessment and reduction 3. Development and validation: select a development model based on risk levels 4. Planning: decide if a next loop is required

15 Spiral Development

16 Spiral development: Plus & Minuses Advantages: – Explicit consideration of risks (alternative solutions are evaluated in each cycle) – More detailed processes for each development phase Disadvantages: – Cost – Sometime difficult to implement or too time consuming

17 Software specification activities 1. Feasibility study: doable? Cost-effective? Market timing appropriate? 2. Requirements analysis: derive requirements based on existing system, customer input, marketing information, and all other sources 3. Requirements specification: create formal requirements document 4. Requirement validation: check requirements for realism, consistency and completeness

18 Software design & implementation activities 1. Architectural design (the big picture) 2. Abstract specification (for each sub-system) 3. Interface design (with other sub-systems) 4. Component design 5. Data structure design 6. Algorithm design 7. Implementation environment selection

19 Software validation activities 1. Unit testing 2. Module testing 3. Sub-system testing 4. System testing 5. Acceptance testing

20 Computer-Aided Software Engineering (CASE) CASE is the name given to software that is used to support software process activities such as requirements engineering, design, program development and testing. CASE tools include: – Design editors, compilers, data dictionaries, debuggers, and other system building tools …