Software Metrics. Outline

Size: px
Start display at page:

Download "Software Metrics. Outline"

Transcription

1 Outline These slides will be covered during TWO lectures. Motivation COnstr uctive COst MOdel Basic COCOMO Inter mediate COCOMO Function Point Analysis Other Metrics Uses of Metrics Conclusions

2 Motivation Why Software Metrics? Prediction Project Planning Cost Estimation Evaluation Project Tracking Verification & Validation You cannot control what you cannot measure. You get what you measure. Copyr ight , E Robertson 2

3 Motivation Dimensions of Software Metrics Product Quality Process (Technical) Size- lines of test work or iented code coverage effor t Functionor iented Humanor iented failure rate usability! metr ic is not used in its mathematical sense Copyr ight , E Robertson 3

4 Motivation Character istics of Measures & Measurements Measure: Measurement: e.g. yardstick e.g. 6.5 inches Quantitative execution time time of completion of tasks always numer ic, may be continuous or fit regular intervals ifatrue zero value exists, then ratios make sense accuracy considerations are meaningful Qualitative completeness of documentation por tability tool adequacy may be nominal ( yes - no or other discrete values) may be ordered ( better than ) Direct Indirect Copyr ight , E Robertson 4

5 Motivation How is Software Measured? measurement itself involves products and processes. a software metrics project should itself be evaluated and directed. software metrics are environment dependent metr ics must be done over along time as part of a coherent project Copyr ight , E Robertson 5

6 Motivation How is Software Measured? requires substantial knowledge of statistics difference between fitting and predicting data accuracy improves with knowledge knowledge (time) confidence envelope Copyr ight , E Robertson 6

7 Motivation Establishing a Measure How is Software Measured? distinguish quantitative and qualitative define measurement methodology direct or indirect establish scale not a metr ic in mathematical sense Develop a Model analytic or exper imental descr iptive and mathematical linear model additive measure evaluation by pieces better reliability Copyr ight , E Robertson 7

8 COnstr uctive COst MOdel Estimation Most common & sophisticated estimation model: COnstr uctive COst MOdel Barr y Boehm, Software Engineering Economics, Prentice-Hall, 1971; summarized in IEEE Trans. on Software Engineering, Jan Also, web link to additional COCOMO course notes at stotts/comp145/cocomo.html COCOMO evaluation based on: size estimation based on specifications and design sketch product specific environment infor mation type of project, exper ience of staff, organization specific Hence, cost estimation requires: exper ience specifications or preliminary design Copyr ight , E Robertson 8

9 COnstr uctive COst MOdel Process for COCOMO Estimation preliminar y design environment character istics estimate & sum sizes size estimate estimate effor t obser ve &look-up work-months effor t-modifier factors work-months effor t-modifier adjusted effor t &schedule Copyr ight , E Robertson 9

10 COnstr uctive COst MOdel COCOMO Project Classification Boehm gives many aids for deciding how a project fits within his var ious classifications. Major development modes: organic stand-alone application semi-detached utility or application in larger system embedded tight hardware connection, high-concurrency e.g. O.S., ignition control in automobile Other considerations: organizational understanding of project objectives tightness of specification confor mance requirements concurrent development of hardware or operational environment need for innovation Copyr ight , E Robertson 10

11 Basic COCOMO Basic COCOMO Input var iables: KDSI mode Output var iables: WM T dev Kilo Delivered Source Instr uctions deter mines constants c i Wor k Months minimum calendar Time for development Basic model: WM = c 1 KDSI c 2 T dev =2.5 WM c 3 #programmers = WM / T dev Copyr ight , E Robertson 11

12 Basic COCOMO Basic COCOMO Effor t and Schedule Equations: mode effor t schedule WM = T dev = organic 2.4 KDSI WM 0.38 semidetached 3.0 KDSI WM 0.35 embedded 3.6 KDSI WM 0.32 Copyr ight , E Robertson 12

13 Inter mediate COCOMO Effor t Multipliers An effor t multiplier is a numer ic value associated with an observable character istic of aproject e.g. character istic may be either product or process value is 1 for nominal state of character istic also called cost driver Program Control Operations rating description value very low straight-line code, non-nested conditionals 0.7 low straightforward nesting 0.85 nominal mostly simple nesting; some inter module control 1.0 high highly nested; complex 1.10 predicates; considerable inter module control very high reentrant code; interrupts 1.20 extra high dynamic scheduling with multiple resources 1.35 Copyr ight , E Robertson 13

14 Inter mediate COCOMO Inter mediate COCOMO Input var iables/obser vations: KDSI mode character istics Kilo Delivered Source Instr uctions deter mines constants c i deter mine effor t multipliers em i Output parameters: WM T dev Wor k Months minimum calendar Time for development Inter mediate model: WM = c 1 KDSI c 2 Π em i T dev =2.5 WM c 3 #programmers = WM / T dev Copyr ight , E Robertson 14

15 Inter mediate COCOMO Inter mediate COCOMO Same development modes: organic semi-detached embedded Effor t multipliers based on character istics of: product environment (development & operational) personnel project (resource/management) Π product of all effor t multipliers Effor t and Schedule Equations: mode effor t schedule WM = T dev = organic 3.2 KDSI 1.05 Π 2.5 WM 0.38 semidetached 3.0 KDSI 1.12 Π 2.5 WM 0.35 embedded 2.8 KDSI 1.20 Π 2.5 WM 0.32 Copyr ight , E Robertson 15

16 Inter mediate COCOMO Cost Driver COCOMO Effor t Multipliers Ratings ver y ver y extra low low nom high high high product attributes required reliability database size product complexity system attributes time constraint space constraint platform volatility environment friendliness personnel attributes designer capability programmer capability application experience platform experience prog. lang. experience project character istics use of good practices use of good tools schedule flexibility Copyr ight , E Robertson 16

17 Inter mediate COCOMO product 1.07 Copyr ight , E Robertson 16.1

18 Inter mediate COCOMO Example Inputs: Π =1.07 KDSI = 73 mode semi-detached Results: WM = =392 T dev = =20 # programmers = 392 / 20 = 20 Copyr ight , E Robertson 17

19 Inter mediate COCOMO COCOMO Validity Q: IsCOCOMO any more than just a lot of numbers and a few for mulas? A: COCOMO has undergone a great deal of empir ical verification. The parameters for mode-equations and effor t modifiers were derived from fitting exper imental data. Q: Is COCOMO out-of-date? A: Many of the original parameters are relevant but the general model is still valid. BUT COCOMO can only provide relative results. COCOMO still depends on design and other project knowledge. Copyr ight , E Robertson 18

20 Inter mediate COCOMO COCOMO Infor mation Model Mode 0:M 0:M is of mode estimates Metric 0:1 0:1 contains (parent) 0:M (child) 0:1 Module 0:M 0:M is similar to 0:M 0:1 has driver value is of type Effort Multiplier 0:M 0:M 0:1 has multiplier 0:M ISA 0:M Module Type characteristic applies to ISA ISA 0:1 Parameter Characteristic ISA Ownable Object 0:1 owns 0:M Person Page 1 Copyr ight , E Robertson 19

21 Inter mediate COCOMO Changes Over Time Outdated/Depreciated Environment Character istics: batch turn-around time for debugging primar y memor y constraints ratio of data volume to program size New/Appreciated Environment Character istics multi-platfor m targeting type of user interface tools - now subdivided into many categor ies: design aids application generators CCCM secur ity COCOMO II expanded character istics begin with function points web link to COCOMO II web site at Copyr ight , E Robertson 20

22 Inter mediate COCOMO Over view of Function Point Analysis Goal: a repeatable methodology for estimating size/complexity of modules based only on their specifications Function Point (from Functionality Requirements) General approach: size = c Σ( FP i w i ) where sum is over modules (at all levels) FP i is the number of FP s oftype i w i is a weight associated with type i web link to presentation on FPA by Hunt, Gottschalk, and Grobstein at Copyr ight , E Robertson 21

23 Function Point Analysis Or iginal FPA Or iented toward functional requirements Or iginal function point categories: (with modern ter minology) 1. data sources 2. reports 3. user inquir ies 4. files 5. exter nal interfaces (to other systems) Copyr ight , E Robertson 22

24 Function Point Analysis Moder n FPA Must incorporate new specification methods new tools and technologies Some potential candidates 1. entities 2. relationships 3. data flows 4. for ms subfor ms, fields, 5.??? Where do qualitative requirements fall? e.g. concurrency constraints Copyr ight , E Robertson 23

25 Other Metrics Estimations of Complexity correlate to: V&V Software Metrics Techniques related to glass box methodologies measure program complexity based on syntax should be integrated with CM tools Cyclomatic complexity based on structure of control flow graph #edges - #nodes + 2 Var iable usage Software physics still controversial size = c #operands log(#operands) Copyr ight , E Robertson 24

26 Uses of Metrics Metr ics &Quality Assurance Goals Evaluate testing related to coverage conditions Improve reliability identify weak points Improve usability find awkward places Facilitate maintenance especially corrective and adaptive track problem modules Copyr ight , E Robertson 25

27 Uses of Metrics Metr ics &Project Management Goals 1. compare various alternatives 2. evaluate risks 3. monitor Management must understand value of infor mation must be willing to invest in infor mation project exper ience database prototype simulate design for measurement Copyr ight , E Robertson 26

28 Conclusions Software Metrics Top 10 List 1. Finding and fixing a software problem is 100 times more expensive after deliver y than during requirements and early design phases. 2. A software development schedule can be compressed up to 25%, but no more. T dev =2.5 WM For every dollar spent on development, two will be spent on maintenance. 4. Software development and maintenance costs are pr imar ily a function of the number of source instr uctions. 5. Var iations between people account for the biggest differences in software productivity. Copyr ight , E Robertson 27

29 Conclusions Software Metrics Top 10 List (cont.) 6. The overall ratio of software to hardware costs has gone from 15:85 in 1955 to 85:15 in 1985 and is still growing. 7. Only 15% of software development effor t is devoted to programming. 8. Software systems and software products typically cost three times per instruction to fully develop as does an individual software program. Softwaresystems products cost nine times as much. 9. Walkthroughs catch 60% of the errors. 10. Many software phenomena follow a Pareto distr ibution: 80% of the contribution comes from 20% of the contributors. Barr y Boehm, 1987 Copyr ight , E Robertson 28

InfoSys Courses. Outline

InfoSys Courses. Outline Outline InfoSys in the CS Curriculum Goals and Objectives Schedules Getting Started InfoSys in the CS Curriculum Computer Science Core Curriculum C211 Intro. to Computers Science C212 Intro. to Software

More information

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING SOFTWARE ENGINEERING Project planning Once a project is found to be feasible, software project managers undertake project planning. Project planning is undertaken and completed even before any development

More information

Estimating Duration and Cost. CS 390 Lecture 26 Chapter 9: Planning and Estimating. Planning and the Software Process

Estimating Duration and Cost. CS 390 Lecture 26 Chapter 9: Planning and Estimating. Planning and the Software Process CS 390 Lecture 26 Chapter 9: Planning and Estimating Before starting to build software, it is essential to plan the entire development effort in detail Planning continues during development and then postdelivery

More information

Darshan Institute of Engineering & Technology for Diploma Studies

Darshan Institute of Engineering & Technology for Diploma Studies RESPONSIBILITY OF SOFTWARE PROJECT MANAGER Job responsibility Software project managers take the overall responsibility of project to success. The job responsibility of a project manager ranges from invisible

More information

Resource Model Studies

Resource Model Studies Resource Model Studies MODELING AND MEASURING RESOURCES Model Validation Study Walston and Felix build a model of resource estimation for the set of projects at the IBM Federal Systems Division. They did

More information

SENG380:Software Process and Management. Software Size and Effort Estimation Part2

SENG380:Software Process and Management. Software Size and Effort Estimation Part2 SENG380:Software Process and Management Software Size and Effort Estimation Part2 1 IFPUG File Type Complexity Table 1 External user type External input types External output types Low Average High 3 4

More information

Management of Software Engineering. Ch. 8 1

Management of Software Engineering. Ch. 8 1 Management of Software Engineering Ch. 8 1 Project control Ch. 8 2 Work Breakdown Structure WBS describes a break down of project goal into intermediate goals Each in turn broken down in a hierarchical

More information

Introduction to Software Metrics

Introduction to Software Metrics Introduction to Software Metrics Outline Today we begin looking at measurement of software quality using software metrics We ll look at: What are software quality metrics? Some basic measurement theory

More information

Contents. Today Project Management. What is Project Management? Project Management Activities. Project Resources

Contents. Today Project Management. What is Project Management? Project Management Activities. Project Resources Contents Last Time - Software Development Processes Introduction Software Development Processes Project Management Requirements Engineering Software Construction Group processes Quality Assurance Software

More information

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Mahboobeh Dorosti,. Vahid Khatibi Bardsiri Department of Computer Engineering, Kerman Branch, Islamic Azad

More information

Professor Hausi A. Müller PhD PEng FCAE Department of Computer Science Faculty of Engineering University of Victoria

Professor Hausi A. Müller PhD PEng FCAE Department of Computer Science Faculty of Engineering University of Victoria Professor Hausi A. Müller PhD PEng FCAE Department of Computer Science Faculty of Engineering University of Victoria www.engr.uvic.ca/~seng321/ courses1.csc.uvic.ca/courses/201/spring/seng/321 SENG 321

More information

Chapter 5: Software effort estimation- part 2

Chapter 5: Software effort estimation- part 2 Chapter 5: Software effort estimation- part 2 NET481: Project Management Afnan Albahli " Topics to be covered Difficulties of Estimation Where are estimates done? Problems of over- and under- estimate

More information

PLANNING AND ESTIMATING

PLANNING AND ESTIMATING Slide 9.1 Overview Slide 9.2 PLANNING AND ESTIMATING Planning and the software process Estimating duration and cost Components of a software project management plan Software project management plan framework

More information

Enhancing Cost Estimation Models with Task Assignment Information

Enhancing Cost Estimation Models with Task Assignment Information Enhancing Cost Estimation Models with Task Assignment Information Joanne Hale Area of MIS Culverhouse College of Commerce and Business Administration The University of Alabama Tuscaloosa, AL 35487 jhale@cba.ua.edu

More information

COCOMO Models 26/12/2016 1

COCOMO Models 26/12/2016 1 COCOMO Models 26/12/2016 1 Project Management and Mr. Murphy 1. Logic is a systematic method of coming to the wrong conclusion with confidence. 2. Technology is dominated by those who manage what they

More information

Figure 1 Function Point items and project category weightings

Figure 1 Function Point items and project category weightings Software measurement There are two significant approaches to measurement that project managers need to be familiar with. These are Function Point Analysis (Albrecht, 1979) and COCOMO (Boehm, 1981). 1.

More information

3. December seminar cost estimation W 2002/2003. Constructive cost model Department of Information Technology University of Zurich

3. December seminar cost estimation W 2002/2003. Constructive cost model Department of Information Technology University of Zurich I 3. December 2002 seminar cost estimation W 2002/2003 COCOMO Constructive cost model Department of Information Technology University of Zurich Nancy Merlo-Schett Nancy Merlo-Schett, Department of Information

More information

Estimation Based on Function Points

Estimation Based on Function Points EECS811: IT Project Management(University of Kansas, Spring 2013) Slide 1 Estimation Based on Function Points Based on the Number of input items (I): those items provided by the user that describe distinct

More information

INDEX. O Organic mode 1

INDEX. O Organic mode 1 INDEX O Organic mode 1 P Paste 23, 26 Percent of Code Modification (CM) 5 Percent of Design Modification (DM) 5 Percent of Integration Required for Modified Software (IM) 5 Person-Month 2 Personnel 27

More information

Lecture 2: Software Quality Factors, Models and Standards. Software Quality Assurance (INSE 6260/4-UU) Winter 2016

Lecture 2: Software Quality Factors, Models and Standards. Software Quality Assurance (INSE 6260/4-UU) Winter 2016 Lecture 2: Software Quality Factors, Models and Standards Software Quality Assurance (INSE 6260/4-UU) Winter 2016 INSE 6260/4-UU Software Quality Assurance Software Quality Quality Assurance Factors and

More information

Assessing Accuracy of Formal Estimation Models and Development of an Effort Estimation Model for Industry Use

Assessing Accuracy of Formal Estimation Models and Development of an Effort Estimation Model for Industry Use Assessing Accuracy of Formal Estimation Models and Development of an Effort Estimation Model for Industry Use Paula S. Esplanada Department of Computer Science,University of the Philippines Cebu College

More information

Software Estimation. Estimating Software Size

Software Estimation. Estimating Software Size Appendix C - Software Estimation 1 Software Estimation Accurately estimating software size, cost, effort, and schedule is probably the biggest challenge facing software developers today. A discussion of

More information

SE Notes Mr. D. K. Bhawnani, Lect (CSE) BIT

SE Notes Mr. D. K. Bhawnani, Lect (CSE) BIT Unit 5 Software Project Management Introduction Building computer software is a complex undertaking task, which particularly involves many people working over a relatively long time. That s why software

More information

Fundamental estimation questions. Software cost estimation. Costing and pricing. Software cost components. Software pricing factors

Fundamental estimation questions. Software cost estimation. Costing and pricing. Software cost components. Software pricing factors Fundamental estimation questions Software cost estimation How much effort is required to complete an activity? How much calendar time is needed to complete an activity? What is the total cost of an activity?

More information

Estimation for Software Projects. Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman. For non-profit educational use only

Estimation for Software Projects. Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman. For non-profit educational use only Chapter 26 Estimation for Software Projects Slide Set to accompany Software Engineering: A Practitioner s Approach, 7/e by Roger S. Pressman Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman

More information

Software Efforts & Cost Estimation Matrices and Models. By: Sharaf Hussain

Software Efforts & Cost Estimation Matrices and Models. By: Sharaf Hussain Software Efforts & Cost Estimation Matrices and Models By: Sharaf Hussain Techniques for estimating Software Cost Lines of Code Function Point COCOMO SLIM Lines of code (LOC) Lines of Code LOC NCLOC (Non

More information

Estimating Software Maintenance

Estimating Software Maintenance Seminar on Software Cost Estimation WS 02/03 Presented by: Arun Mukhija Requirements Engineering Research Group Institut für Informatik Universität Zürich Prof. M. Glinz January 21, 2003 Contents 1. What

More information

ESTIMATION OF ASPECT ORIENTED PROGRAMMING USING DIFFERENT METRICES

ESTIMATION OF ASPECT ORIENTED PROGRAMMING USING DIFFERENT METRICES International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 1460 ESTIMATION OF ASPECT ORIENTED PROGRAMMING USING DIFFERENT METRICES Annu Student, M.Tech Deptt. Of Computer

More information

CLASS/YEAR: II MCA SUB.CODE&NAME: MC7303, SOFTWARE ENGINEERING. 1. Define Software Engineering. Software Engineering: 2. What is a process Framework? Process Framework: UNIT-I 2MARKS QUESTIONS AND ANSWERS

More information

Software Engineering Measurement and Fundamental Estimation Techniques.

Software Engineering Measurement and Fundamental Estimation Techniques. Session 4 Software Engineering Measurement and Fundamental Estimation Techniques. Slide 1 of 59 Session Aims The main aim of this session is to introduce you to the notion of measurement of software production

More information

MTAT Software Economics. Session 6: Software Cost Estimation

MTAT Software Economics. Session 6: Software Cost Estimation MTAT.03.244 Software Economics Session 6: Software Cost Estimation Marlon Dumas marlon.dumas ät ut. ee Outline Estimating Software Size Estimating Effort Estimating Duration 2 For Discussion It is hopeless

More information

Prof. Dr. A. Podelski, Sommersemester 2017 Dr. B. Westphal. Softwaretechnik/Software Engineering

Prof. Dr. A. Podelski, Sommersemester 2017 Dr. B. Westphal. Softwaretechnik/Software Engineering Prof. Dr. A. Podelski, Sommersemester 2017 Dr. B. Westphal Softwaretechnik/Software Engineering http://swt.informatik.uni-freiburg.de/teaching/ss2017/swtvl Exercise Sheet 2 Early submission: Wednesday,

More information

Cost Estimation for Projects

Cost Estimation for Projects Cost Estimation for Projects Prof. Dr. U. Aßmann Technische Universität Dresden Institut für Software- und Multimediatechnik Gruppe Softwaretechnologie http://www-st.inf.tu-dresden.de Softwaretechnologie

More information

Determining How Much Software Assurance Is Enough?

Determining How Much Software Assurance Is Enough? Determining How Much Software Assurance Is Enough? Tanvir Khan Concordia Institute of Information Systems Engineering Ta_k@encs.concordia.ca Abstract It has always been an interesting problem for the software

More information

Software cost estimation

Software cost estimation Software cost estimation Joseph Bonello (based on slides by Ian Sommerville) Objectives To introduce the fundamentals of software costing and pricing To describe three metrics for software productivity

More information

Presented at the 2008 SCEA-ISPA Joint Annual Conference and Training Workshop -

Presented at the 2008 SCEA-ISPA Joint Annual Conference and Training Workshop - DEVELOPMENT AND PRODUCTION COST EQUATIONS DERIVED FROM PRICE-H TO ENABLE RAPID AIRCRAFT (MDO) TRADE STUDIES 2008 Society Cost Estimating Analysis (SCEA) Conference W. Thomas Harwick, Engineering Specialist

More information

Software Project Management. Software effort

Software Project Management. Software effort Software Project Management Chapter Five Software effort estimation 1 Objectives The lecture discusses: why estimating is problematic (or challenging ) the main generic approaches to estimating, including:

More information

COCOMO II Based Project Cost Estimation and Control

COCOMO II Based Project Cost Estimation and Control 3rd International Conference on Education, Management, Arts, Economics and Social Science (ICEMAESS 2015) COCOMO II Based Project Cost Estimation and Control Aihua Ren1, a, Yun Chen1, b 1 School of Computer

More information

Lecture 28: Software metrics

Lecture 28: Software metrics Chair of Software Engineering Software Engineering Prof. Dr. Bertrand Meyer March 2007 June 2007 Lecture 28: Software metrics Measurement To measure is to know When you can measure what you are speaking

More information

Experiment No 12. Practical Significance. Relevant Program Outcomes. Relevant Course Outcomes. Practical Learning Outcomes.

Experiment No 12. Practical Significance. Relevant Program Outcomes. Relevant Course Outcomes. Practical Learning Outcomes. Experiment No 12 Estimate cost of the project using COCOMO (Constructive Cost Model) / COCOMO II approach for the assigned project. I Practical Significance COCOMO (Constructive Cost Model) is a regression

More information

Reasoning about the Value of Dependability: idave Model

Reasoning about the Value of Dependability: idave Model Reasoning about the Value of Dependability: idave Model LiGuo Huang, Barry Boehm, Apurva Jain liguohua, boehm, apurvaja@usc.edu 10/22/2003 USC-CSE 1 idave Model Objectives idave: Information Dependability

More information

Goals of course. Themes: What can you do to evaluate a new technique? How do you measure what you are doing?

Goals of course. Themes: What can you do to evaluate a new technique? How do you measure what you are doing? MSWE 607: Software Life Cycle methods and Techniques Instructor: Professor Marvin V. Zelkowitz Office: 4121 AV Williams Phone: 405-2690 or 403-8935 (Fraunhofer Center) Email (Best way to contact) mvz@cs.umd.edu

More information

What must be verified in an estimation process: Overview

What must be verified in an estimation process: Overview What must be verified in an estimation process: Overview (Chapter 4 Software Project Estimation) Alain Abran (Tutorial Contribution: Dr. Monica Villavicencio) 1 Copyright 2015 Alain Abran Topics covered

More information

Cost-Effective Verification and Validation of Modeling and Simulation

Cost-Effective Verification and Validation of Modeling and Simulation Cost-Effective Verification and Validation of Modeling and Simulation Dr. Dave Cook The AEgis Technologies Group, Inc. Purpose of This Talk Show what V&V is (and what it is not!) and how it applies to

More information

Estimating Software Maintenance. Arun Mukhija

Estimating Software Maintenance. Arun Mukhija Estimating Software Maintenance Arun Mukhija Contents What is Software Maintenance? Facts and Figures Maintenance Activities and Costs Maintenance Estimation Models Conclusion and Discussion 21.01.2002

More information

Software Quality S O F T W A R E T E S T I N G. By: MSMZ

Software Quality S O F T W A R E T E S T I N G. By: MSMZ Software Quality S O F T W A R E T E S T I N G Introduction Testing was the 1 st software quality assurance tool applied to control software product quality. Software Test - Definition Software testing

More information

So#ware Architecture

So#ware Architecture Chair of Software Engineering So#ware Architecture Bertrand Meyer, Michela Pedroni ETH Zurich, February May 2010 Lecture 16: Software metrics Measurement To measure is to know When you can measure what

More information

Software Quality Engineering Courses Offered by The Westfall Team

Software Quality Engineering Courses Offered by The Westfall Team Building Skills is a 3-day course that is a subset of our course. The course is designed to provide a fundamental knowledge base and practical skills for anyone interested in implementing or improving

More information

Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks

Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks WWW.JOURNALOFCOMPUTING.ORG 87 Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks Prasad Reddy P.V.G.D, Sudha K.R, Rama Sree P and Ramesh S.N.S.V.S.C Abstract -Software

More information

Software Quality Engineering Courses Offered by The Westfall Team

Software Quality Engineering Courses Offered by The Westfall Team Courses is a 2-day course that is a subset of our course. The course is designed to provide an overview of techniques and practices. This course starts with an overview of software quality engineering

More information

Software metrics. Jaak Tepandi

Software metrics. Jaak Tepandi Software metrics, Jekaterina Tšukrejeva, Stanislav Vassiljev, Pille Haug Tallinn University of Technology Department of Software Science Moodle: Software Quality (Tarkvara kvaliteet) Alternate download:

More information

First, a detailed description of function points Then, how to use function points and lines of code for cost estimation.

First, a detailed description of function points Then, how to use function points and lines of code for cost estimation. Cost Page 1 Cost modeling Monday, October 05, 2009 11:17 AM First, a detailed description of function points Then, how to use function points and lines of code for cost estimation. Reading: SEPA Chapter

More information

DRAFT. Effort = A * Size B * EM. (1) Effort in person-months A - calibrated constant B - scale factor EM - effort multiplier from cost factors

DRAFT. Effort = A * Size B * EM. (1) Effort in person-months A - calibrated constant B - scale factor EM - effort multiplier from cost factors 1.1. Cost Estimation Models Parametric cost models used in avionics, space, ground, and shipboard platforms by the services are generally based on the common effort formula shown in Equation 1. Size of

More information

ECE750-Topic11: Component-Based Software. COTS-Based Development and Its Cost Estimation. Ladan Tahvildari

ECE750-Topic11: Component-Based Software. COTS-Based Development and Its Cost Estimation. Ladan Tahvildari ECE750-Topic11: Component-Based Software COTS-Based Development and Its Cost Estimation Ladan Tahvildari Assistant Professor Dept. of Elect. & Comp. Eng. University of Waterloo COTS Definition Commercial

More information

Chapter 5 Estimate Influences

Chapter 5 Estimate Influences Dilbert Scott Adams Dilbert Scott Adams Chapter 5 Estimate Influences How much is 68 + 73? ENGINEER: It s 141. Short and sweet. MATHEMATICIAN: 68 + 73 = 73 + 68 by the commutative law of addition. True,

More information

Analysis Of the Techniques for Software Cost Estimation

Analysis Of the Techniques for Software Cost Estimation Analysis Of the Techniques for Software Cost Estimation Poonam Pandey Assistant Professor,GLA University,Mathura Email-poonam.pandey@gla.ac.in Abstract: One of the most valuable asset in any software industry

More information

Personal Software Process SM for Engineers: Part I

Personal Software Process SM for Engineers: Part I Personal Software Process SM for Engineers: Part I Introduction to the PSP SM Defect Removal Estimation of Project Size Microsoft Project Design READING FOR THIS LECTURE A Discipline for Software Engineering,

More information

Models in Engineering Glossary

Models in Engineering Glossary Models in Engineering Glossary Anchoring bias is the tendency to use an initial piece of information to make subsequent judgments. Once an anchor is set, there is a bias toward interpreting other information

More information

SOFTWARE EFFORT AND SCHEDULE ESTIMATION USING THE CONSTRUCTIVE COST MODEL: COCOMO II

SOFTWARE EFFORT AND SCHEDULE ESTIMATION USING THE CONSTRUCTIVE COST MODEL: COCOMO II SOFTWARE EFFORT AND SCHEDULE ESTIMATION USING THE CONSTRUCTIVE COST MODEL: COCOMO II Introduction Jongmoon Baik, Sunita Chulani, Ellis Horowitz University of Southern California - Center for Software Engineering

More information

SE420 Software Quality Assurance

SE420 Software Quality Assurance SE420 Software Quality Assurance Lecture 2 Software Specification Part-1 January 16, 2017 Sam Siewert SQA LO s (Learning Objectives) Theory and Principles 1. Coverage of Current SQA Theory and Practice

More information

Introduction to Software Metrics

Introduction to Software Metrics Introduction to Software Metrics Outline Today we begin looking at measurement of software quality using software metrics We ll look at: What are software quality metrics? Some basic measurement theory

More information

ADVANCE: Implementing a Defect Model for Performance Prediction

ADVANCE: Implementing a Defect Model for Performance Prediction ADVANCE: Implementing a Defect Model for Performance Prediction Stan Martin, P.E. Principal Systems Engineer Modeling & Simulation/Operations Analysis Greenville, TX stan.martin@l-3com.com Stan Martin

More information

PAIR PROGRAMMING: PAIRING ALONE IS NOT ENOUGH

PAIR PROGRAMMING: PAIRING ALONE IS NOT ENOUGH PAIR PROGRAMMING: PAIRING ALONE IS NOT ENOUGH Version 1 Randy Smith Allen Parrish Department of Computer Science The University of Alabama Tuscaloosa, AL 35487 Joanne Hale David Hale Department of Information

More information

Measuring and Assessing Software Quality

Measuring and Assessing Software Quality Measuring and Assessing Software Quality Issues, Challenges and Practical Approaches Kostas Kontogiannis Associate Professor, NTUA kkontog@softlab.ntua.gr The Software Life Cycle Maintenance Requirements

More information

DUKE, STEPHEN OROK OKOR AND OBIDINNU, JULIUS NWAFILI

DUKE, STEPHEN OROK OKOR AND OBIDINNU, JULIUS NWAFILI GLOBAL JOURNAL OF PUR AND APPLID SCINCS VOL 16, NO. 4 2010: 479-492 COPYRIGHT BACHUDO SCINC CO. LTD PRINTD IN NIGRIA. ISSN 1118-0579 www.globaljournalseries.com; mail: info@globaljournalseries.com AN IMPROVD

More information

You document these in a spreadsheet, estimate them individually and compute the total effort required.

You document these in a spreadsheet, estimate them individually and compute the total effort required. Experience-based approaches Experience-based techniques rely on judgments based on experience of past projects and the effort expended in these projects on software development activities. Typically, you

More information

A Comparative study of Traditional and Component based software engineering approach using models

A Comparative study of Traditional and Component based software engineering approach using models A Comparative study of Traditional and Component based software engineering approach using models Anshula Verma 1, Dr. Gundeep Tanwar 2 1, 2 Department of Computer Science BRCM college of Engineering and

More information

Evaluation of SE research

Evaluation of SE research Evaluation of SE research 2 What convinces you? Why? CSE503: SOFTWARE ENGINEERING RESEARCH APPROACHES, ECONOMICS AND GOVERNANCE David Notkin Spring 2011 3 Possible answers include Intuition Quantitative

More information

Lecture 1: Software Measurement. Marlon Dumas

Lecture 1: Software Measurement. Marlon Dumas Software Economics Fall 2011 Lecture 1: Software Measurement Marlon Dumas (slides by Anton Litvinenko) What is a measure? Way of associating a formal object (e.g. number) and some attribute of a physical

More information

COSOSIMO Parameter Definitions Jo Ann Lane University of Southern California Center for Software Engineering

COSOSIMO Parameter Definitions Jo Ann Lane University of Southern California Center for Software Engineering Constructive System-of-Systems Integration Cost Model COSOSIMO Parameter Definitions Jo Ann Lane University of Southern California Center for Software Engineering jolane@usc.edu Introduction The Constructive

More information

SENG Software Reliability and Software Quality Project Assignments

SENG Software Reliability and Software Quality Project Assignments The University of Calgary Department of Electrical and Computer Engineering SENG 521 - Software Reliability and Software Quality Project Assignments Behrouz Far Fall 2012 (Revision 1.01) 1 Assignment no.

More information

Building a Local Resource Model

Building a Local Resource Model Building a Local Resource Model MODELING AND MEASURING RESOURCES Model Validation Study Walston and Felix build a model of resource estimation for the set of projects at the IBM Federal Systems Division.

More information

mywbut.com Software Project Planning

mywbut.com Software Project Planning Software Project Planning 1 Project Planning and Project Estimation Techniques 2 Specific Instructional Objectives At the end of this lesson the student would be able to: Identify the job responsibilities

More information

Defining Cycle Time. Richard D. Stutzke. Science App1icat:ions International Corp Odyssey Drive Huntsvilk:, AL

Defining Cycle Time. Richard D. Stutzke. Science App1icat:ions International Corp Odyssey Drive Huntsvilk:, AL Richard D. Science App1icat:ions International Corp. 6725 Odyssey Drive Huntsvilk:, AL 35806-3301 (256) 971-6224 (office) (256) 971-6550 (facsimile) 15 September 1999 Presented at the Fourteenth International

More information

Analysis of Factors that Affect Productivity of Enterprise Software Projects

Analysis of Factors that Affect Productivity of Enterprise Software Projects Analysis of Factors that Affect Productivity of Enterprise Software Projects Tsuneo Furuyama Scool of Science, Tokai University Kitakaname 4-1-1, Hiratsuka city, Japan furuyama@tokai-u.jp Abstract Analysis

More information

CS Homework 5. Deadline. How to submit. Purpose. Important notes. Problem 1. CS Homework 5 p. 1

CS Homework 5. Deadline. How to submit. Purpose. Important notes. Problem 1. CS Homework 5 p. 1 CS 458 - Homework 5 p. 1 Deadline Due by 11:59 pm on Friday, October 14, 2016 How to submit CS 458 - Homework 5 Submit this homework's file using ~st10/458submit on either nrs-projects, with a homework

More information

Software Project Planning The overall goal of project planning is to establish a pragmatic strategy for controlling, tracking, and monitoring a comple

Software Project Planning The overall goal of project planning is to establish a pragmatic strategy for controlling, tracking, and monitoring a comple Estimation for Software Projects 1 Software Project Planning The overall goal of project planning is to establish a pragmatic strategy for controlling, tracking, and monitoring a complex technical project.

More information

Estimating Size and Effort

Estimating Size and Effort Estimating Size and Effort Massimo Felici and Conrad Hughes mfelici@staffmail.ed.ac.uk conrad.hughes@ed.ac.uk http://www.inf.ed.ac.uk/teaching/courses/sapm/ Slides: Dr James A. Bednar SAPM Spring 2009:

More information

Simulation Software. Chapter 3. Based on the slides provided with the textbook. Jiang Li, Ph.D. Department of Computer Science

Simulation Software. Chapter 3. Based on the slides provided with the textbook. Jiang Li, Ph.D. Department of Computer Science Simulation Software Chapter 3 Based on the slides provided with the textbook 3.1 Introduction Many features common to most simulation programs Special-purpose simulation packages incorporate these common

More information

Overview of Statistics used in QbD Throughout the Product Lifecycle

Overview of Statistics used in QbD Throughout the Product Lifecycle Overview of Statistics used in QbD Throughout the Product Lifecycle August 2014 The Windshire Group, LLC Comprehensive CMC Consulting Presentation format and purpose Method name What it is used for and/or

More information

Leading Indicators for Systems Engineering Effectiveness Presentation for NDIA SE Conference October 28, 2009

Leading Indicators for Systems Engineering Effectiveness Presentation for NDIA SE Conference October 28, 2009 Leading Indicators for Systems Engineering Effectiveness Presentation for NDIA SE Conference October 28, 2009 Garry Roedler Lockheed Martin 1 Growing Interest in SE Effectiveness Questions about the effectiveness

More information

Software cost estimation

Software cost estimation Software cost estimation Objectives To introduce the fundamentals of software costing and pricing To describe three metrics for software productivity assessment To explain why different techniques should

More information

Should Function Point Elements be Used to Build Prediction Models?

Should Function Point Elements be Used to Build Prediction Models? Should Function Point Elements be Used to Build Prediction Models? Kohei Yoshigami, Masateru Tsunoda Department of Informatics Kindai University Osaka, Japan tsunoda@info.kindai.ac.jp Yuto Yamada, Shinji

More information

COCOMO based on Clean room Development Methodology

COCOMO based on Clean room Development Methodology COCOMO based on Clean room Development Methodology Mahesh Bahadur Singh, Asst.Professor,SIEM,Mathura,09794489194,maheshcolab@gmail.com Hradesh Kumar, Asst.Professor,SIEM,Mathura,09761314696,hradesh.pachauri@gmail.com

More information

presents the COnstructive COst MOdel (COCOMO): the most advanced, thoroughly calibrated software cost estimation model available today.

presents the COnstructive COst MOdel (COCOMO): the most advanced, thoroughly calibrated software cost estimation model available today. SOFTWARE ENGINEERING ECONOMICS BARRY W. BOEHM SUMMARY The primary learning objectives of Software Engineering Economies by Barry W. Boehm are to: identify the factors most strongly influencing software

More information

Project Plan Version 1.0

Project Plan Version 1.0 Project Plan Version 1.0 1. Individual tasks breakdown 1.1 Inception phase The inception phase would involve development of a prototype that would display the feasibility of the project and also give an

More information

HOW GOOD AN ESTIMATION PROCESS?

HOW GOOD AN ESTIMATION PROCESS? 1 HOW GOOD AN ESTIMATION PROCESS? Alain Abran Ecole de technologie supérieure University of Québec (Canada) ICEAA International Training Week October 17-20, 2016, Bristol (UK) Alain Abran 20 years 20 years

More information

A Managerial Issues-aware Cost Estimation of Enterprise Security Projects

A Managerial Issues-aware Cost Estimation of Enterprise Security Projects A Managerial Issues-aware Cost Estimation of Enterprise Security Projects Boutheina A. Fessi, Yosra Miaoui, Noureddine Boudriga Communications Networks and Security Research Lab. (CN&S) University of Carthage

More information

Project Plan. For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.1

Project Plan. For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.1 Project Plan For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.1 Submitted in partial fulfillment of the Masters of Software Engineering degree. Naga Sowjanya Karumuri CIS 895 MSE Project

More information

CORADMO and COSSEMO Driver Value Determination Worksheet

CORADMO and COSSEMO Driver Value Determination Worksheet 1. COCOMO Stage Schedule and Effort MODEL (COSSEMO) COSSEMO is based on the lifecycle anchoring concepts discussed by Boehm 3. The anchor points are defined as Life Cycle Objectives (LCO), Life Cycle Architecture

More information

SEER-SEM to COCOMO II Factor Convertor

SEER-SEM to COCOMO II Factor Convertor SEER-SEM to COCOMO II Factor Convertor Anthony L Peterson Mechanical Engineering 8 June 2011 SEER-SEM to COCOMO II Factor Convertor The Software Parametric Models COCOMO II public domain model which continues

More information

Workshop 1: Software Measurement. Marlon Dumas

Workshop 1: Software Measurement. Marlon Dumas Software Economics Fall 2013 Workshop 1: Software Measurement Marlon Dumas (based on slides by Anton Litvinenko) Main message Software measures can be misleading, so Either you don t use them Or you better

More information

Complex Systems of Systems (CSOS) : Software Benefits,Risks,and Strategies

Complex Systems of Systems (CSOS) : Software Benefits,Risks,and Strategies Complex Systems of Systems (CSOS) : Software Benefits,Risks,and Strategies Barry Boehm, USC Vic Basili, Fraunhofer Maryland SIS Acquisition Conference January 28, 2003 10/22/02 USC-CSE 1 Complex Systems

More information

Project Plan. CivicPlus Activity Metrics Tool. Version 1.0. Keith Wyss CIS 895 MSE Project Kansas State University

Project Plan. CivicPlus Activity Metrics Tool. Version 1.0. Keith Wyss CIS 895 MSE Project Kansas State University Project Plan CivicPlus Activity Metrics Tool Version 1.0 Keith Wyss CIS 895 MSE Project Kansas State University Table of Contents 1. INTRODUCTION... 5 1.1. REFERENCES... 5 2. WORK BREAKDOWN STRUCTURE...

More information

SWE 211 Software Processes

SWE 211 Software Processes SWE 211 Software Processes These slides are designed and adapted from slides provided by Software Engineering 9 /e Addison Wesley 2011 by Ian Sommerville 1 Outlines Software process models Process activities

More information

SWEN 256 Software Process & Project Management

SWEN 256 Software Process & Project Management SWEN 256 Software Process & Project Management Not everything that can be counted counts, and not everything that counts can be counted. - Albert Einstein Software measurement is concerned with deriving

More information

Why Measure Software?

Why Measure Software? Object-Oriented Software Engineering Extra Chapter: Software Metrics Lecture 14 Why Measure Software? Projects often Go over budget Miss deadlines Exhibit poor quality Measurements can be used to improve

More information

Business Intelligence. Kompetensi : Mahasiswa dapat mengenal, memahami dan menjelaskan Business Analitycs kaitannya dengan DSS

Business Intelligence. Kompetensi : Mahasiswa dapat mengenal, memahami dan menjelaskan Business Analitycs kaitannya dengan DSS Kompetensi : Mahasiswa dapat mengenal, memahami dan menjelaskan Business Analitycs kaitannya dengan DSS Copyright 2013 1-2 Business Analytics: Methods, Models, and Decisions, 1 st edition, James R. Evans

More information

Communication Model for Cooperative Robotics Simulator. Project Plan. Version 1.0

Communication Model for Cooperative Robotics Simulator. Project Plan. Version 1.0 Communication Model for Cooperative Robotics Simulator Project Plan Version 1.0 1 Introduction This document provides an overview of project plan for Communication Model for Cooperative Robotics Simulator

More information

Maintainability: Factors and Criteria

Maintainability: Factors and Criteria Maintainability: Factors and Criteria Software Metrics Study: Technical Memorandum 1 Marc Frappier Stan Matwin Ali Mili University of Ottawa Canadian Space Agency 1994 March 3, 1994 0. - Table of Contents

More information