CS 310 Ch 4: Software Processes Software process: a set of activities that lead to a software system specification design and implementation validation.

Slides:



Advertisements
Similar presentations
Software Processes.
Advertisements

©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software processes 2.
Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Lectures 2 & 3 Software Processes.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 4 Slide 1 Software Processes.
Software Processes Modified by Randy K. Smith
Chap 2. Software Processes
Software Engineering Chapter 4 Software processes Ku-Yaw Chang Assistant Professor Department of Computer Science and Information.
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,
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.
Chapter 2 – Software Processes
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.
Software Engineering COMP 201
Software Process Models
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 3Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 4 Slide 1 Software Process Models.
©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.
1 SWE Introduction to Software Engineering Lecture 5.
L ECTURE 2 S OFTWARE P ROCESSES 1. O BJECTIVES To describe outline process models for requirements engineering, software development, testing and evolution.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Chapter 3 Software Processes.
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. Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline.
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)
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 CASE Computer-aided software engineering Excerpted from Ian Sommerville’s.
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 2000 Software Engineering, 6th edition. Chapter 3 Slide 1 Chapter 3 Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
Chapter 2: Software Process Omar Meqdadi SE 2730 Lecture 2 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
Software Processes Software and Its Engineering - adopted & adapted from I. Sommerville, 2004.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 3 Slide 1 Software Processes l Coherent sets of activities for specifying, designing,
 CS 5380 Software Engineering Chapter 2 – Software Processes Chapter 2 Software Processes1.
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.
An Introduction to Software Engineering
4. Software Processes Software Engineering. Objectives To introduce software process models To describe three generic process models and when they may.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 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.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
©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.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
1 SYS366 Week 2 - Lecture Visual Modeling and Process.
1 Process activities. 2 Software specification Software design and implementation Software validation Software evolution.
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
IS301 – Software Engineering V:
Software Processes (a)
Software Processes.
An Overview of Software Processes
CS310 Software Engineering Lecturer Dr.Doaa Sami
Software Processes.
Presentation transcript:

CS 310 Ch 4: Software Processes Software process: a set of activities that lead to a software system specification design and implementation validation evolution Software process model: an abstract representation of a process describes a process from some particular perspective What processes do you use? Why do we want a standardized model?

4.1 Software process models The waterfall model separate and distinct phases of specification and development Evolutionary development specification and development are interleaved Formal systems development a mathematical system model is formally transformed into an implementation Component-based development the system is assembled from existing components Questions for later: which is most widely used in web development? what would you use for WELLS-AC?

4.1.1 Waterfall model Digicomp original air surveillance system. Drawback: difficulty of incorporating change after a stage is passed (documentation at each step)

4.1.2 Evolutionary development Also called rapid prototyping Also called "build a little/code a little/test a little"

Evolutionary development Problems lack of process visibility systems are often poorly structured Applicability small or medium-size interactive systems parts of large systems (e.g. the user interface) short-lifetime systems systems with some margin for error

4.1.x Formal systems development “Transformations are ‘correctness-preserving’ so it is straightforward to show that a program conforms to its specification” CCS comment: 1) don’t believe it. 2) this method is very rarely used

4.1.3 Component-based development Systems are built from existing components or COTS Digicomp current air surveillance system assemble software components purchase hardware (computers, terminals,…) purchase commercial software (operating system, radar interface sw…) edit configuration files put it on a truck, install, test, train users The approach is increasingly important. Why?

Selecting a model Web development waterfall? evolutionary? component-based? WELLS-AC waterfall? evolutionary? component-based?

4.2 Process iteration (skip) System requirements ALWAYS evolve during a project Process iteration where earlier stages are reworked is always part of building large systems 4.3 Process activities Specification Design and implementation Validation Evolution

4.3.1 Software specification Software specification/requirements engineering: establishing required services and system constraints

4.3.2 Software design and implementation Converting the specification into the usable system Design (one view, more later): Have you ever designed anything?

4.3.3 Software validation Verification and validation:* intended to show that a system conforms to its specification and meets the requirements of the customer * validation usually tests that we building what the customer wants verification usually tests that the system meets its spec V&V here

Testing phases

4.5 Computer Assisted Software Engineering (CASE) - skim Software to support development and evolution Activity automation graphical editors for system model development data dictionary to manage design and code entities graphical UI builder for user interface construction debuggers to support program fault finding Levels tools to support individual process tasks such as design consistency checking, text editing, etc. workbenches to support a phase such as specification or design, normally including a number of integrated tools environments to support the entire software process

Tools, workbenches, environments What tools do you know?