Chapter 2- Software Process Lecture 4. Software Engineering We have specified the problem domain – industrial strength software – Besides delivering the.

Slides:



Advertisements
Similar presentations
Software Processes.
Advertisements

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Software Process Models
Unit 2. Software Lifecycle
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 المحاضرة الثانية.
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.
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.
 © Ian Sommerville A software process model is an abstract representation of a process. It presents a description of a process from some particular perspective.
Chapter 2 – Software Processes
Chapter 2 – Software Processes Lecture 1 1Chapter 2 Software Processes.
ISNE101 Dr. Ken Cosh. Recap  We’ve been talking about Software…  Application vs System Software  Programming Languages  Vs Natural Languages  Syntax,
Chapter 2 – Software Processes Lecture 1 1Chapter 2 Software Processes.
©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.
Software Process Software Process.
1 CS 501 Spring 2003 CS 501: Software Engineering Lecture 2 Software Processes.
Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?
CS 501: Software Engineering
Software Engineering General Project Management Software Requirements
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Process Models.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
S/W Project Management Software Process Models. Objectives To understand  Software process and process models, including the main characteristics of.
Lecture 2 Software Processes CSC301-Winter 2011 Hesam C. Esfahani
Sofware Process1 Software Process. Sofware Process2 Software Engineering We have specified the problem domain – industrial strength software Besides delivering.
Software Process1. Software Dev Process Process is distinct from product products are outcomes of executing a process on a project SW Eng. focuses on.
Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
©Ian Sommerville 2000, Mejia-Alvarez 2009 Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing and testing.
Software Processes lecture 8. Topics covered Software process models Process iteration Process activities The Rational Unified Process Computer-aided.
Software Engineering Management Lecture 1 The Software Process.
1 SWE Introduction to Software Engineering Lecture 4.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Methodologies. Contents Waterfall Model Evolutionary Models Incremental Development.
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
An Introduction to Software Engineering
1 CS 501 Spring 2004 CS 501: Software Engineering Lecture 2 Software Processes.
Chapter 13: Software Life Cycle Models Omar Meqdadi SE 273 Lecture 13 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
Chapter 2 – Software Processes Lecture 1 Chapter 2 Software Processes1.
SOFTWARE ENGINEERING1 Introduction. SOFTWARE ENGINEERING2 Software Q : If you have to write a 10,000 line program in C to solve a problem, how long will.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Process Asad Ur Rehman Chief Technology Officer Feditec Enterprise.
CS223: Software Engineering Lecture 3: Software Develoment Processes.
CS223: Software Engineering Lecture 4: Software Development Models.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
CC20O7N Software Engineering 1 CC2007N Software Engineering 1 Part 1 Introduction to Software Engineering.
CS223: Software Engineering Lecture 5: Software Development 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 Engineering, 8th edition. Chapter 4 1 Courtesy: ©Ian Sommerville 2006 FEB 13 th, 2009 Lecture # 5 Software Processes.
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Software Engineering Saeed Akhtar The University of Lahore Lecture 3 Originally shared for: mashhoood.webs.com.
Lectures 2 & 3: Software Process Models Neelam Gupta.
Systems Development Life Cycle
1 Chapter 2 SW Process Models. 2 Objectives  Understand various process models  Understand the pros and cons of each model  Evaluate the applicability.
Methodologies and Algorithms
Software Engineering Management
Chapter 2 – Software Processes
Iterative Waterfall Model
Chapter 2 SW Process Models
Introduction to Software Engineering
Chapter 2 Software Processes
Software Engineering Lecture 18.
Software life cycle models
Software Process Software Process.
CS310 Software Engineering Lecturer Dr.Doaa Sami
Software Processes.
Software Development Life Cycle Models
Presentation transcript:

Chapter 2- Software Process Lecture 4

Software Engineering We have specified the problem domain – industrial strength software – Besides delivering the software, cost, quality, and schedule are drivers Software engineering is defined as the systematic approach for development of (industrial strength) software Software Process2

Process, People, Technology Q&P is an essential goal Q&P depends on people, process, and technology – Processes help people become more productive and create fewer errors – Tools help people execute some tasks in the process more efficiently and effectively – So, process forms the core Software Process3

Process is distinct from product – products are outcomes of executing a process on a project SE focuses on process Premise: Proper processes will help achieve project objectives of high QP Software Process4

The software Development Problem Software Process5 A process is a sequence of steps performed for a given purpose. The purpose is to develop software to satisfy the needs of some users or clients

Project and Process A software project is one instance of the development problem. Development process takes the project from user needs to software There are other goals of cost schedule and quality, besides delivering software Need other processes. Software Process6

Software Process… Process: A sequence of steps performed to achieve some goal Software Process: The sequence of steps performed to produce software with high quality, within budget and schedule Many types of activities performed by diff people in a software project Better to view software process as comprising of many component processes Software Process7

Component Software Processes Two major processes – Development – focuses on development and quality steps needed to engineer the software – Project management – focuses on planning and controlling the development process Development process is the heart of software process; other processes revolve around it These are executed by different people – developers execute engg. Process – project manager executes the mgmt process Software Process8

Component Processes… Other processes – Configuration management process: manages the evolution of artifacts – Change management process: how changes are incorporated – Process management process: management of processes themselves – Inspection process: How inspections are conducted on artifacts Software Process9

10

Process Specification Process is generally a set of phases Each phase performs a well defined task and generally produces an output Intermediate outputs – work products At top level, typically few phases in a process How to perform a particular phase – methodologies have been proposed Software Process11

Development Process and Process Models Software Process12

Project’ s process and Process Models For a project, the project’s process to be followed is specified during planning A process model specifies a general process that is optimal for a class of problems A project may select its process using one of the process models Software Process13

Development Process Commonly has these activities: – Requirements analysis, – architecture, – design, – coding, – testing, – delivery Different models perform them in different manner Software Process14

Process Models A process model specifies a general process, usually as a set of stages This model will be suitable for a class of projects i.e. a model provides generic structure of the process that can be followed by some projects to achieve their goals Software Process15

Waterfall Model Plan-driven model. Separate and distinct phases of specification and development Linear sequence of stages/phases Requirements –> System Design –> Detailed Design –> Code –> Test –> Deploy A phase starts only when the previous has completed; no feedback The phases partition the project, each addressing a separate concern Software Process16

The waterfall model Chapter 2 Software Processes Sommerville 17 There are separate identified phases in the waterfall model: Requirements analysis and definition System and software design Implementation and unit testing Integration and system testing Operation and maintenance

Software Process18

Waterfall… Linear ordering implies each phase should have some output The output must be validated/certified Outputs of earlier phases: work products Common outputs of a waterfall: SRS, project plan, design docs, test plan and reports, final code, supporting docs Software Process19

Waterfall Advantages Conceptually simple, cleanly divides the problem into distinct phases that can be performed independently Natural approach for problem solving Easy to administer in a contractual setup – each phase is a milestone Software Process20

Waterfall disadvantages Assumes that requirements can be specified and frozen early May fix hardware and other technologies too early Follows the “big bang” approach – all or nothing delivery; too risky Very document oriented, requiring docs at the end of each phase The main drawback of the waterfall model is the difficulty of accommodating change after the process is underway. Software Process21

Waterfall Usage Has been used widely Well suited for projects where requirements can be understood easily and technology decisions are easy I.e. for familiar type of projects it still may be the most optimum Software Process22

Prototyping Prototyping addresses the requirement specification limitation of waterfall Instead of freezing requirements only by discussions, a prototype is built to understand the requirements Helps alleviate the requirements risk A small waterfall model replaces the requirements stage Software Process23

Prototyping Software Process24

Prototyping Development of prototype – Starts with initial requirements – Only key features which need better understanding are included in prototype – No point in including those features that are well understood – Feedback from users taken to improve the understanding of the requirements Software Process25

Prototyping Cost can be kept low – Build only features needing clarification – “quick and dirty” – quality not important, scripting etc can be used – Things like exception handling, recovery, standards are omitted – Cost can be a few % of the total – Learning in prototype building will help in building, besides improved requirements Software Process26

Prototyping Advantages: req will be more stable, req frozen later, experience helps in the main development Disadvantages: Potential hit on cost and schedule Applicability: When req are hard to elicit and confidence in reqs is low; i.e. where reqs are not well understood Software Process27