Lecture 3: Project Management, Part 2: Verification and Validation, Project Tracking, and Post Performance Analysis

Size: px
Start display at page:

Download "Lecture 3: Project Management, Part 2: Verification and Validation, Project Tracking, and Post Performance Analysis"

Transcription

1 Lecture 3: Project Management, Part 2: Verification and Validation, Project Tracking, and Post Performance Analysis Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi ELG

2 V & V Objective: to find problems before the customer does. Verification: verifies whether the product of a given phase satisfies the requirements set at the beginning of that phase Reviews & walkthroughs of many things: plans, design, specifications, Validation: actual testing of the system module testing, user acceptance testing, regression testing. Prof. Shervin Shirmohammadi ELG

3 Reviews It is estimated that 30 to 50% of all project costs are consumed by rework. Rework is caused by either change or problems/mistakes. We need to catch these problems as early as possible. Reviews are one way to catch problems up front. Requires substantial initial investment, but returns very well at the end. A.k.a static testing Prof. Shervin Shirmohammadi ELG

4 Some figures (different studies): Finds 60 90% of all defects Between 2 to 10 times more efficient than actual testing Catches errors in 1/4 th of the time it takes to catch them with dynamic testing ROI = Savings/Costs = 4.48 (1997 data of 112 projects) Why Review? Prof. Shervin Shirmohammadi ELG

5 The Ripple Effect Ripple: affects multiple artifacts Scenario: no Reviews. Module Test SRS SDD Imp Prof. Shervin Shirmohammadi ELG

6 The Ripple Effect ( ) Scenario: with Reviews. SRS Module Test SDD Imp Prof. Shervin Shirmohammadi ELG

7 What to Review? Everything: Proposal Contract Schedule Budget SPMP SRS SDD Test Plan Component Specs Compatibility Prof. Shervin Shirmohammadi ELG

8 The Review Process Conduct reviews before exiting each phase, and also after completion of deliverables (milestone). Gather stakeholders: customer, architects, analysts, modelers, designers, Assign roles: Author Moderator Presenter Scriber Inspector (reviewer) Prof. Shervin Shirmohammadi ELG

9 Roles Author: must update the work product, usually the person who originally constructed it Moderator: ensures others perform their roles to the best of their abilities; should have no vested interest in the outcome Presenter: explains the functionality of each section of the work product Scriber: records all found problems, including suggestions, and assigns severity. Completes the report. Reviewer: each member of the team, including the above Why have both author and presenter? Prof. Shervin Shirmohammadi ELG

10 Review Attitude Review the product, not the person! Find problems, don t solve them. Concentrate on finding deviations from the requirements. Don t review more than 1-2 hours straight. Limit debate. Take responsibility for your review (also credit). Prepare at least a day in advance. Occasionally, review the review process itself. Prof. Shervin Shirmohammadi ELG

11 Dynamic Testing Dynamic as opposed to static testing (review), does actual hardware/software testing. Purpose: to fix as many errors/problems as possible. Can we test everything? It is important to have a test plan. Testing not to be confused with debugging Debugging: the activity of finding and fixing the error which is discovered by the test. Acceptance testing should not be done by developers Cognitive Dissonance: subconscious resistance to admitting one s own mistake Prof. Shervin Shirmohammadi ELG

12 Types of Tests Acceptance: is the final (not always) test based on the customer s specification. Alpha: when development is nearing completion. Beta: when development and testing are nearing completion. Black-box: based on requirements and functionality, not on internal knowledge of the design and code. White-box: based on internal logic (conditions, branches, ). Integration: combining all components. Regression: retesting after fixes and patches. Stress: to test load and performance. Prof. Shervin Shirmohammadi ELG

13 Test Plan A document describing the testing activities and approach. Describes: Objective Scope Approach Focus Identifies: items to be tested the actual test to be done (test cases) schedules personnel the level of acceptable risk Can start right away, by specifying how each requirement can be tested. Prof. Shervin Shirmohammadi ELG

14 Test Plan ( ) PM s responsibility is to ensure: validation criteria has been set correctly (with traceability) Major test phases have been identified correctly Main functions (specially the riskier ones) are tested first Test plan maps well to the project plan Resources are identified and available All required types of tests are included (stress, regression, integration, ) Prof. Shervin Shirmohammadi ELG

15 Example Test Case Table Test Case ID Test Case Description Setup Instructions Execution Instructions Expected Results Observed Results Pass/Fail/ Conditional Pass HW-1 HW-n SW-1 SW-2 Sensor Powers Up Sensor Initializes Sensor Sends Data SW-100 Mainline Program Initializes SW-101 Interrupt Received And Processed SW-200 Executable Loaded to the Target SW-250 Blue-Tooth module is Tx/Rx -ing Sys-1 Sys-2 Sys-3 Sys-20 SW-30 GUI comes up Data I/O is correct Command accepted, Actuator 1 moves Aircraft Sends GPS Position Heart Rate waveform is displayed Prof. Shervin Shirmohammadi ELG

16 When to Stop Testing? We already saw that we can t afford to test everything. So when to stop? Defect detection follows an S curve (also called Logistic Curve) as 1/DefectDensity approaches C, there is diminishing return: large number of tests are need to find smaller number of remaining defects Stop testing when: 1/DefectDensity reaches a certain value we can live with; or set up a testing budget and stop testing when that budget is exhausted Prof. Shervin Shirmohammadi ELG

17 Project Tracking Project management doesn t finish when the plan is ready it has just begun! PM must monitor the progress of the project, and control it. At any given point in time, PM must have an estimation of two sets of numbers: 1. how much time, cost (effort + others) and how what functions have been done up till now; 2. how much time and cost (effort + others) are needed and what fnctions are left to finish the project. TIME COST SCOPE Prof. Shervin Shirmohammadi ELG

18 PM Process: Typical Iteration Prof. Shervin Shirmohammadi ELG

19 Main Control Components Throughout the project, PM should monitor and control: Scope and functions Quality Risks Cost Schedule Prof. Shervin Shirmohammadi ELG

20 Scope Control Mainly controlled through Change Management Change is not free! Proposed changes are first reviewed! Impact of the change is analyzed: function, budget, duration. New test cases according to new changes Verification & validation of new changes A decision is made on whether or not to proceed with the change. Specially important during release time! After approval (by who?) the changes are applied. This avoids changes to affect the system in an unaccountable manner. If you re not managing changes, you re not managing at all! Prof. Shervin Shirmohammadi ELG

21 Change Request Change the look and feel of the user interface according to attached design. The current UI has given a bad score on the usability test. Prof. Shervin Shirmohammadi ELG

22 Risk Monitoring Maintain and update the top 10 list of risks, at least on a weekly basis. Take appropriate action accordingly. Prof. Shervin Shirmohammadi ELG

23 Cost Monitoring Budget is determined from the WBS, and the estimates. Using accounting data, PM can create a Cost Baseline. This is not just salaries; it also includes equipment, material, supplies, software, hardware, Incorporate change into the Cost. cost Cost Baseline Budget At Completion (BAC) time Prof. Shervin Shirmohammadi ELG

24 Schedule Monitoring Update estimates periodically. Developers give the PM new estimates periodically. Estimates should be in the form of time spent, time remaining. % complete is not a useful monitoring metric! Why? Incorporate changes into the schedule. Can use Earned Value Management techniques for forecasting and controlling the schedule and the cost. Prof. Shervin Shirmohammadi ELG

25 Earned Value Management A technique to measure real progress, not just the effort spent. Given the effort spent, it calculates what was accomplished with that effort, and how that translates into progress for the project as a whole. Dates back to the 1800s in industrial engineering. Prof. Shervin Shirmohammadi ELG

26 3 major components: EVM Components BCWS - Budgeted Cost of Work Scheduled Yearned value: it is the cost baseline. BCWP Budgeted Cost of Work performed Earned value: what the project really earned at a given point in time (how much work is done?) ACWP Actual Cost of Work Performed Burned value: what the project actually burned to get to this point (how much did the work done cost?) In the above, typically considers milestones that are 100% done, partial work is not counted. Prof. Shervin Shirmohammadi ELG

27 Measures CV: Cost Variance = BCWP ACWP SV: Schedule Variance = BCWP BCWS CPI: Cost Performance Index = BCWP/ACWP What does it mean? SPI: Schedule Performance Index = BCWP/BCWS What does it mean? CR: Critical Ratio = SPI CPI ECAC: Estimated Cost At Completion = BAC/CPI ETAC: Estimated Time At Completion = Original Time /SPI Prof. Shervin Shirmohammadi ELG

28 CR Controlling Prof. Shervin Shirmohammadi ELG

29 Example Assume today is May 1 st. Prof. Shervin Shirmohammadi ELG

30 Example ( ) Assume all cost figures in $K BCWS = = 80 BCWP = = 60 ACWP = = 50 CV = BCWP ACWP = = 10 good SV = BCWP BCWS = = -20 bad CPI = BCWP / ACWP = 60/50 = 1.2 good SPI = BCWP / BCWS = 60/80 = 0.75 bad CR = CPI SPI = = 0.9 OK Analysis? Prof. Shervin Shirmohammadi ELG

31 Post Performance Analysis One of the most important indications of maturity is Continuous Process Improvement. After a project is finished, we need to: measure the process, collecting process metrics analyze them devise strategies for improving the process feed them back into the next project These activities are known as Post-Performance Analysis (PPA), a.k.a. post-project analysis, or postmortem analysis. Note that this is can be done both during the project (iteration PPA) and/or at the end of the project (project PPA) In fact, the interim observations are the main metrics used in the project PPA as well. Why not wait until the very end? PPA activities will lead to a PPA Report, containing metrics summary and process improvement recommendations. Prof. Shervin Shirmohammadi ELG

32 Process Indicate, at the beginning of the project, what data should be collected, such as: Work products data: how many components, size, usage frequency, power consumption, Risks, their impact, how they were resolved, lessons learned Number and frequency of Changes to specs, plan, estimates, Original estimates vs. actual time for various components These should be gathered by individuals during the project, while memories are still fresh and reasons for decisions can be clearly remembered. At the end, assemble a team for the PPA meeting. Do the analysis and recommendations during the meeting In some cases more than one meeting might be required Publish the PPA Report. Prof. Shervin Shirmohammadi ELG

33 PPA Meeting Give people enough advanced notice to prepare. For the project PPA (final one), send out questionnaires for people to fill in. Keep the meeting short. Start off by mentioning the purpose. Very important for everyone to understand that this is not a finger-pointing session, but a process analysis and improvement session. Go over everyone s collected data, metrics, and suggestions. Categorize the data as needed Watch out for and avoid finger-pointing! It is not a personnel review meeting. Analyze and recommend improvements Publish the PPA report. Prof. Shervin Shirmohammadi ELG

34 PPA Questionnaire In addition to project specific questions, the following questions can be very valuable when asked from the individual s perspective: Identify things that were done right. Identify things that were done wrong. Identify any exceptional situations. How would you do things differently, if you were to do it all over again? Describe the most important 3 things that you could personally have done to improve the process. Other questions: Are you proud of the accomplishments of this project? Was the communication level effective? Was the project well-managed? Did we do the best that we can? Prof. Shervin Shirmohammadi ELG

Lecture 3: Project Management, Part 2: Verification and Validation, Project Tracking, and Post Performance Analysis

Lecture 3: Project Management, Part 2: Verification and Validation, Project Tracking, and Post Performance Analysis Lecture 3: Project Management, Part 2: Verification and Validation, Project Tracking, and Post Performance Analysis Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi ELG

More information

Project Control. Ongoing effort to keep your project on track Prerequisite to good control is a good plan Four primary activities:

Project Control. Ongoing effort to keep your project on track Prerequisite to good control is a good plan Four primary activities: Project Control 1 Project Control Ongoing effort to keep your project on track Prerequisite to good control is a good plan Four primary activities: 1. Planning performance Software Development Plan, schedule,

More information

Project Monitoring and Control Project Closure. Week 8

Project Monitoring and Control Project Closure. Week 8 Project Monitoring and Control Project Closure Week 8 Last Week MS Project Tutorial Assignment Guidelines This Week Project Monitoring and Control What is Monitoring and Control Reporting Milestone Monitoring

More information

Earned Value Project Management. Amber L. Romero, CPM, P.M.P., Policy Analyst Sandia National Laboratories 505/ ;

Earned Value Project Management. Amber L. Romero, CPM, P.M.P., Policy Analyst Sandia National Laboratories 505/ ; Dollars $M Earned Value Project Management Amber L. Romero, CPM, P.M.P., Policy Analyst Sandia National Laboratories 505/284-0634; allewis@sandia.gov 95 th ISM Annual International Supply Management Conference,

More information

THE PMP EXAM PREP COURSE

THE PMP EXAM PREP COURSE THE PMP EXAM PREP COURSE Session 3 PMI, PMP and PMBOK are registered marks of the Project Management Institute, Inc. www.falcontraining.co.nz Agenda 9:00 10:15 10:15 10:30 10:30 12:00 12:00 12:45 12:45

More information

Earned Value Management - EVM

Earned Value Management - EVM Earned Value Management (EVM) technique used to track the Progress and Status of a Project & Forecast the likely future performance of the Project. Earned Value Management (EVM) technique integrates the

More information

Software Process and Management

Software Process and Management Software Process and Management Gu Qing Nanjing University 2006-2-28 1 Chapter 5. Project Tracking Project Tracking and Control Progress Management Project Termination 2 1. Project Tracking and Control

More information

James A. Wrisley, President 9070 Lakes Blvd. West Palm Beach FL (561)

James A. Wrisley, President 9070 Lakes Blvd. West Palm Beach FL (561) Earned Value Management Results in Early Visibility and Management Opportunities March 21, 2007 James A. Wrisley, President 9070 Lakes Blvd. West Palm Beach FL 33412 (561) 694-1646 E-mail: wrisley@pmassoc.com

More information

EARNED VALUE MANAGEMENT. Is it worth the effort?

EARNED VALUE MANAGEMENT. Is it worth the effort? EARNED VALUE MANAGEMENT Is it worth the effort? Session Objectives Examples of earned value in use. Why don t more Project Managers use EMV? Road Map to EVA Maturity? What you need to know? How is our

More information

Earning Value From Risk

Earning Value From Risk Earning Value From Risk Ron Higuera March 1999 rph@cise.cmu.edu Agenda Overview Earned Value Overview Risk Management Investment Strategy Summary 2 Presentation Objective Relate risk management and earned

More information

PMP Exam Preparation Course. Madras Management Training W.L.L All Rights Reserved

PMP Exam Preparation Course. Madras Management Training W.L.L All Rights Reserved Project Cost Management 1 Project Cost Management Processes 1. Estimate Costs 2. Determine Budget 3. Control Costs In some projects, especially with smaller scope, cost estimation and cost budgeting are

More information

NOVEMBER 9, An overview of the core elements of the Earned Value Management technique. Presenter:

NOVEMBER 9, An overview of the core elements of the Earned Value Management technique. Presenter: NOVEMBER 9, 2009 An overview of the core elements of the Earned Value Management technique Presenter: G M Jim Anderson, PMP 1 Goal of the Presentation A presentation ti on earned value that t allows PM

More information

Project health monitoring by Earned Value Analysis

Project health monitoring by Earned Value Analysis 13th International Software Testing Conference (STC 2013) December 0-06, 2013 in Bangalore, India. Project health monitoring by Earned Value Analysis Gangadhar. B. Kallur Honeywell Technology Solutions,

More information

Pass PMP in 21 Days - ITTO Toolbox PROCESS MAP

Pass PMP in 21 Days - ITTO Toolbox PROCESS MAP PROCESS MAP 1 IntEgratIon Pass PMP in 21 Days - ITTO Toolbox InItIatIng PlannIng ExEcutIng MonItorIng & controlling closing Develop Project Charter Develop Project Management Plan Direct & Manage Project

More information

PMP. Preparation Training. Cost Management. Your key in Successful Project Management. Cost Management Processes. Chapter 7 6/7/2005

PMP. Preparation Training. Cost Management. Your key in Successful Project Management. Cost Management Processes. Chapter 7 6/7/2005 PMP Preparation Training Your key in Successful Project Management Akram Al-Najjar, PMP Cost Management Processes Chapter 7 Cost Management Slide 2 1 AGENDA What is Cost Management? Cost Management Processes

More information

The Value of EVM. Earned Value Management

The Value of EVM. Earned Value Management The Value of EVM Earned Value Management Good decisions are based on knowledge and not on numbers. - Plato What is EVM? A project management technique for measuring project performance and progress, in

More information

PROJECT COST MANAGEMENT

PROJECT COST MANAGEMENT PROJECT COST MANAGEMENT For the PMP Exam using PMBOK Guide 5 th Edition PMI, PMP, PMBOK Guide are registered trade marks of Project Management Institute, Inc. 1 Contacts Name: Khaled El-Nakib, PMP, PMI-RMP

More information

Application of Earned Value Management (EVM) for Effective Project Control

Application of Earned Value Management (EVM) for Effective Project Control Application of Earned Value Management (EVM) for Effective Project Control Course No: B02-012 Credit: 2 PDH Boris Shvartsberg, Ph.D., P.E., P.M.P. Continuing Education and Development, Inc. 9 Greyridge

More information

INSE 6230 Total Quality Project Management

INSE 6230 Total Quality Project Management Lecture 5 Project Cost Management Project cost management introduction Estimating costs Budget Earned Value Management (EVM) EVM projections 2 IT projects have a poor track record for meeting budget goals

More information

Jefferson Science Associates, LLC. 900 Glossary. Project Control System Manual Revision 7

Jefferson Science Associates, LLC. 900 Glossary. Project Control System Manual Revision 7 Jefferson Science Associates, LLC 900 Glossary Project Control System Manual Revision 7 900 Glossary Actual Cost of Work Performed (ACWP) The direct costs incurred in accomplishing the project work activities,

More information

ANALYZE THIS! EARNED VALUE MANAGEMENT CONCEPTS AND ADVANCED FORECASTING?

ANALYZE THIS! EARNED VALUE MANAGEMENT CONCEPTS AND ADVANCED FORECASTING? ANALYZE THIS! EARNED VALUE MANAGEMENT CONCEPTS AND ADVANCED FORECASTING? KANSAS CITY CHAPTER PMI PROFESSIONAL DEVELOPMENT DAYS SEPTEMBER 2012 Glenn Meyer (c) Glenn Meyer, except as noted. 10 Sep 2012 1

More information

Earned Value Management Guide

Earned Value Management Guide 1 Earned Value Management Guide Earned Value Management (EVM) is a project management technique that objectively tracks physical accomplishment of work. More elaborately: EVM is used to track the progress

More information

IP-CIS : CIS Project Management

IP-CIS : CIS Project Management Meltem Özturan www.mis.boun.edu.tr/ozturan/mis301 1 Project Management Tools and Techniques (PMTT) Feasibility Analysis Organizational Breakdown Structure Work Breakdown Structure Scheduling Earned Value

More information

MEASUREMENT MATURITY AT CMM LEVEL 3

MEASUREMENT MATURITY AT CMM LEVEL 3 Presentation Bios Return to Main Menu P R E S E N T A T I O N T5 Thursday, March 9, 2000 10:30AM MEASUREMENT MATURITY AT CMM LEVEL 3 Beth Layman and Kevin Schaan TeraQuest Metrics Inc. International Conference

More information

Three Numbers to Measure Project Performance

Three Numbers to Measure Project Performance Dr. Thomas Liedtke Alcatel D 70435 Stuttgart (Germany) Peter Paetzold Alcatel D 70435 Stuttgart (Germany) e_mail: TLiedtke@alcatel.de phone: +49 711 821 40346 fax.: +49 711 821 42230 e_mail: Peter.Paetzold@alcatel.de

More information

Earned Value Management Handbook. arne. alu

Earned Value Management Handbook. arne. alu Earned Value Management Handbook arne alu March 2013 Table of contents Contents 1 Introduction 7 2 Overview 8 3 Definition 39 4 Planning 57 5 Data collection 77 6 Analysis, review and action 80 7 Change

More information

GPE engineering project management. Project Management in an Engineering Context

GPE engineering project management. Project Management in an Engineering Context GPE engineering project management Project Management in an Engineering Context Earned Value Management System Is a system to MANAGE --- and help resolve control problems in running projects difficulties

More information

Earned Value Management An Overview March 2014

Earned Value Management An Overview March 2014 Earned Value Management An Overview March 2014 SAVE International Cascadia Chapter Introduction What is Earned Value? Why is Earned Value important? What is required? Earned Value Definitions & Process

More information

Financial Management & Accounting in Construction (CUE304) FINANCIAL MANAGEMENT. Dr. Ahmed Elyamany

Financial Management & Accounting in Construction (CUE304) FINANCIAL MANAGEMENT. Dr. Ahmed Elyamany 1 Financial Management & Accounting in Construction (CUE304) FINANCIAL MANAGEMENT Dr. Ahmed Elyamany 2 Course Content Project financial management: Cash flow prediction, Cash flow analysis, Cost of finance

More information

Performance measurement

Performance measurement MGT/437 Project Management Session #4 Managing Projects to Achieve Optimal Results University of Phoenix, San José Learning Center 07/06/2004 Brian Smithson 07/06/2004 MGT/437 #4 -- Brian Smithson 1 Agenda

More information

DEFENSE ACQUISITION UNIVERSITY EMPLOYEE SELF-ASSESSMENT. Outcomes and Enablers

DEFENSE ACQUISITION UNIVERSITY EMPLOYEE SELF-ASSESSMENT. Outcomes and Enablers 1 Recognize key concepts about Earned Value as an integrated program management tool that integrates cost, schedule, and technical performance Recognize that Earned Value is a management tool that program

More information

Department of Industrial Engineering

Department of Industrial Engineering Department of Industrial Engineering Engineering Project Management Presented By Dr. Abed Schokry Chapter 15: Cost Control Learning Outcomes After completing this chapter students should be able to: Define

More information

Basic Project Management

Basic Project Management PDHonline Course P103H (8 PDH) Basic Project Management Instructor: William J. Scott, P.E. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088 www.pdhonline.org

More information

Analysis of Estimate at Completion of a Project's duration to improve Earned Value Management System 1 N.Vignesh

Analysis of Estimate at Completion of a Project's duration to improve Earned Value Management System 1 N.Vignesh Analysis of Estimate at Completion of a Project's duration to improve Earned Value Management System 1 N.Vignesh 2 S.Sowmya 1. Research Associate, Indian Institute of Management Ahmedabad, 2. SDE, ACS

More information

Overview of Today s Discussion. Don t Let EVM Data Mislead You. Steve Sheamer. Brief Overview of EVM Concepts. Why you can t trust BACs or EACs

Overview of Today s Discussion. Don t Let EVM Data Mislead You. Steve Sheamer. Brief Overview of EVM Concepts. Why you can t trust BACs or EACs Overview of Today s Discussion Brief Overview of EVM Concepts Don t Let EVM Data Mislead You Steve Sheamer Why you can t trust BACs or EACs Why EVM progress is often overstated Why you need to account

More information

Learning Legacy Document

Learning Legacy Document PROGRAMME CONTROLS - COST Performance Measurement Procedure Current Document History: Revision: Effective Date: Document Number: CRL1-XRL-Z9-GPD-CR001_Z-50001 Author(s) Reviewed by: Approved by: Reason

More information

THE VALUE OF EARNED VALUE MANAGEMENT

THE VALUE OF EARNED VALUE MANAGEMENT THE VALUE OF EARNED VALUE MANAGEMENT PMI Pittsburgh Chapter Meeting February 8, 2001 Marilyn McCauley McManagement Group 703-455-0602 703-455-0598 (f) McMgtGrp@aol.com AGENDA Twelve Reasons Why Programs

More information

Performance Analyzer Formulas. Assumptions. Current Month Adjustments

Performance Analyzer Formulas. Assumptions. Current Month Adjustments User's Guide for PA for Windows Error! No text of specified style in document. 1 Performance Analyzer Formulas Assumptions Current Month Adjustments Current Period values (BCWS, BCWP, ACWP) are derived

More information

CONTROL COSTS Aastha Trehan, Ritika Grover, Prateek Puri Dronacharya College Of Engineering, Gurgaon

CONTROL COSTS Aastha Trehan, Ritika Grover, Prateek Puri Dronacharya College Of Engineering, Gurgaon CONTROL COSTS Aastha Trehan, Ritika Grover, Prateek Puri Dronacharya College Of Engineering, Gurgaon Abstract- Project Cost Management includes the processes involved in planning, estimating, budgeting,

More information

Capital Acquisition Under The President s Management Agenda. David Muzio Office of Federal Procurement Policy

Capital Acquisition Under The President s Management Agenda. David Muzio Office of Federal Procurement Policy Capital Acquisition Under The President s Management Agenda David Muzio Office of Federal Procurement Policy 202-395-6805 President s Message in FY 2003 Budget With all the new demands on our resources,

More information

70-632_formatted. Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0

70-632_formatted.   Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0 70-632_formatted Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Microsoft EXAM 70-632 TS:Microsoft Office Project 2007. Managing Projects Total Questions:

More information

What is Earned Value Analysis?

What is Earned Value Analysis? What is Earned Value Analysis? 1 Earned Value Performance Measurement Time now Budget Cost Actual Good News or Bad? Time 2 Starting point Recording Progress The Plan is in place and work has started, so

More information

CSE Lecture 13/14 In Class Handout For all of these problems: HAS NOT CANNOT Add Add Add must wait until $5 written by previous add;

CSE Lecture 13/14 In Class Handout For all of these problems: HAS NOT CANNOT Add Add Add must wait until $5 written by previous add; CSE 30321 Lecture 13/14 In Class Handout For the sequence of instructions shown below, show how they would progress through the pipeline. For all of these problems: - Stalls are indicated by placing the

More information

I ll tell you a bit about Earned Value Management, how you do it, and why the big client wants everyone to use it. Then I m going to spend most of

I ll tell you a bit about Earned Value Management, how you do it, and why the big client wants everyone to use it. Then I m going to spend most of 1 I ll tell you a bit about Earned Value Management, how you do it, and why the big client wants everyone to use it. Then I m going to spend most of the time telling you the ways things go wrong in it.

More information

Mohammed Rafiuddin CEO and General Manager, BIOSI Biohazards Solutions Innovators

Mohammed Rafiuddin CEO and General Manager, BIOSI Biohazards Solutions Innovators Mohammed Rafiuddin CEO and General Manager, BIOSI Biohazards Solutions Innovators Profile of Mohammed Rafiuddin Mohammed is an active member of AACE International since 2006 with 30 years of experience

More information

CS 413 Software Project Management LECTURE 9 COST MANAGEMENT FOR SOFTWARE PROJECT III

CS 413 Software Project Management LECTURE 9 COST MANAGEMENT FOR SOFTWARE PROJECT III LECTURE 9 COST MANAGEMENT FOR SOFTWARE PROJECT III Earned Value Management Earned value management (EVM) is a way of measuring your performance (and the performance of your project team) at any given date

More information

Chapter 7: Project Cost Management. IT Project Management, Third Edition Chapter 7

Chapter 7: Project Cost Management. IT Project Management, Third Edition Chapter 7 Chapter 7: Project Cost Management 1 Learning Objectives Understand the importance of good project cost management Explain basic project cost management principles, concepts, and terms Describe how resource

More information

5-D Integrated Earned Value Analysis

5-D Integrated Earned Value Analysis 5-D Integrated Earned Value Analysis Erol Yurtseven, October 2013 Budgeting Scheduling Design Coordination Quantity Survey Technical Office 3 4 Technical Office Design Dept & Technical Office 2 5 Cost

More information

Earned Value Management

Earned Value Management Earned Value Management Reading the Roadmap to Project Success (or, Are We There Yet?) Steve Margolis, PMP, CISSP smargolis@us.ibm.com September 5, 2018 Overview EVM Background EVM Basics and Standards

More information

Project Controls Professional? We need the facts ma am, just the facts. Alex Davis PMC SIG 17 th September 2013

Project Controls Professional? We need the facts ma am, just the facts. Alex Davis PMC SIG 17 th September 2013 Project Controls Professional? We need the facts ma am, just the facts. Alex Davis PMC SIG 17 th September 2013 Introduction Why do Project Management professionals need facts? What happens when we don

More information

CE303 Introduction to Construction Engineering. Importance of Cost Control System. Project Cost Control System

CE303 Introduction to Construction Engineering. Importance of Cost Control System. Project Cost Control System CE303 Introduction to Construction g PROJECT COST MANAGEMENT & BUSINESS METHODS LEARNING OBJECTIVES The student should be able to: Define and understand the need for a cost control system. Describe the

More information

Roberta Tomasini Defense Acquisition University DSN

Roberta Tomasini Defense Acquisition University DSN $ ACWP C Program at a Glance BCWS C Total Allocated Budget Management Reserve Raleigh Distribution PMB BCWP C Over Budget P R O J E C T E D S L I P P A G E EAC Earned Value and the Acquisition Program

More information

Earned Value Management. Danielle Kellogg. Hodges University

Earned Value Management. Danielle Kellogg. Hodges University Earned Value Management 1 EARNED VALUE MANAGEMENT Earned Value Management Danielle Kellogg Hodges University Earned Value Management 2 Abstract Earned Value Management has been used with enterprise-level

More information

Project Controls Expo 16 th Nov 2016

Project Controls Expo 16 th Nov 2016 Project Controls Expo 16 th Nov 2016 Emirates Stadium, London Introduction to Planning, Scheduling and Earned Value followed by Case Study on Data Analytics on improved Schedule Data Quality Tushar Tohan

More information

Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only

Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only Chapter 34 Project Scheduling Slide Set to accompany Software Engineering: A Practitioner s Approach, 8/e by Roger S. Pressman and Bruce R. Maxim Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger

More information

Quantifying Damages in Construction Claims. James L McGovern

Quantifying Damages in Construction Claims. James L McGovern Quantifying Damages in Construction Claims James L McGovern Types of Claims Delay Acceleration Changed or Differing Site Conditions Defective Plans or Specs Disruption Extra Work Deletions of Work Potential

More information

Predicting Project Completion Date Using Earned Value Management

Predicting Project Completion Date Using Earned Value Management Predicting Project Completion Date Using Earned Value Management A New Tradition in EVM Analysis! AACE International 2009 Spring Symposium February 28 Long Beach, CA Ray W. Stratton, PMP, EVP 714-318-2231

More information

europe GENEVA 2009 Haute école de gestion de Genève Geneva School of Business Administration EVA Europe 2009 was jointly organised by Gold Sponsors

europe GENEVA 2009 Haute école de gestion de Genève Geneva School of Business Administration EVA Europe 2009 was jointly organised by Gold Sponsors eva europe GENEVA 2009 2009, CERN, HEG, Authors - This material is provided courtesy of EVA Europe 2009, the European organisation for nuclear research(cern), the Geneva School of Business administration

More information

Connecting Earned Value to the Schedule

Connecting Earned Value to the Schedule Connecting Earned Value to the Schedule PMI-CPM Conference Long Beach, California May 11-13, 2005 Walt Lipke Tinker AFB walter.lipke@tinker.af.mil (405) 736-3341 Purpose To discuss the application of Earned

More information

International Project Management. prof.dr MILOŠ D. MILOVANČEVIĆ

International Project Management. prof.dr MILOŠ D. MILOVANČEVIĆ International Project Management prof.dr MILOŠ D. MILOVANČEVIĆ Project time management Project cost management Time in project management process Time is a valuable resource. It is also the scarcest. Time

More information

SMC/PMAG Control Account Manager (CAM) Notebook Evaluation

SMC/PMAG Control Account Manager (CAM) Notebook Evaluation Presented at the 2010 ISPA/SCEA Joint Annual Conference and Training Workshop - www.iceaaonline.com 2010 ISPA/SCEA International Conference SMC/PMAG Control Account Manager (CAM) Notebook Evaluation Ms

More information

Use of EVM Trends to Forecast Cost Risks 2011 ISPA/SCEA Conference, Albuquerque, NM

Use of EVM Trends to Forecast Cost Risks 2011 ISPA/SCEA Conference, Albuquerque, NM Use of EVM Trends to Forecast Cost Risks 2011 ISPA/SCEA Conference, Albuquerque, NM presented by: (C)2011 MCR, LLC Dr. Roy Smoker MCR LLC rsmoker@mcri.com (C)2011 MCR, LLC 2 OVERVIEW Introduction EVM Trend

More information

2. Briefly discuss the factors that contribute to the improvement of the contractor s cash flow?

2. Briefly discuss the factors that contribute to the improvement of the contractor s cash flow? Part 1: Short Answers 1. Discuss the effect of the following contract types on the owner s risk? Unit price Lump sum Cost plus sliding fees Cost plus percentage of cost 2. Briefly discuss the factors that

More information

EVMS Fundamentals v.7.0. (Part 2 of 2) Slides and Notes

EVMS Fundamentals v.7.0. (Part 2 of 2) Slides and Notes EVMS Fundamentals v.7.0 (Part 2 of 2) Slides and Notes Course Outline Incorporating Actual Costs 07A. Types of Actual Cost 07B. Direct and Indirect Costs 07C. Applying Indirect Costs Earned Value Basics

More information

Presented at the ICEAA 2016 Professional Development & Training Workshop

Presented at the ICEAA 2016 Professional Development & Training Workshop Presented at the ICEAA 2016 Professional Development & Training Workshop 1 Visualization of Process History Ground Rules / Modifications PMMS Set Up Model Execution Case Study Future Development / Ideas

More information

Workshop II Project Management

Workshop II Project Management Workshop II Project Management UNITAR-HIROSHIMA FELLOWSHIP FOR AFGHANISTAN 2007 Introduction to Project Management 15 17 August 2007, Dehradun, India Presented by: Dr. Jobaid Kabir Fellowshop Program 2007

More information

Project Management. Basic Definitions: Project and Project Plan

Project Management. Basic Definitions: Project and Project Plan Project Management Basic Definitions: Project and Project Plan Software Project: All technical and managerial activities required to deliver the deliverables to the client. A software project has a specific

More information

Components of a Project Portfolio Management Process: Part Two Managing the Pipeline

Components of a Project Portfolio Management Process: Part Two Managing the Pipeline Components of a Project Portfolio Management Process: Part Two Managing the Pipeline We started our coverage of Project Portfolio Management with two papers: Project Portfolio Management is not just Enterprise

More information

Earned Value Management (EVM) and the Acquisition Program

Earned Value Management (EVM) and the Acquisition Program American Society of Military Comptrollers Professional Development Institute May 31 June 2, 2017 Earned Value Management (EVM) and the Acquisition Program Workshop #102 R o b e r t L. G u s t a v u s.

More information

CE 167 Exam #2 Fall 2003 Prof. C.W. Ibbs

CE 167 Exam #2 Fall 2003 Prof. C.W. Ibbs CE 167 Exam #2 Fall 2003 Prof. C.W. Ibbs Directions: Put your name on this exam. This exam is to be completed on these pages answers not recorded in this exam will not be graded. Read the question thoroughly

More information

1/7/2015. Sharif University of Technology. Session#12. Instructor. Class time. Course evaluation. International Campus Kish

1/7/2015. Sharif University of Technology. Session#12. Instructor. Class time. Course evaluation. International Campus Kish International Campus Kish Sharif University of Technology Session#12 Instructor Omid Fatahi Valilai, Ph.D. Industrial Engineering Department, Sharif University of Technology Email: Fvalilai@Sharif.edu,

More information

MTAT Software Economics. Workshop 7: Software Cost Estimation (part II)

MTAT Software Economics. Workshop 7: Software Cost Estimation (part II) MTAT.03.244 Software Economics Workshop 7: Software Cost Estimation (part II) Marlon Dumas marlon.dumas ät ut. ee Outline Presentations of Effort Estimation Homework Discussion on book chapter by Caper

More information

Running head: VALUE ANALYSIS REPORTING 1

Running head: VALUE ANALYSIS REPORTING 1 Running head: VALUE ANALYSIS REPORTING 1 Value Analysis Reporting Benjamin Srock Embry-Riddle Aeronautical University Worldwide Campus Effective Communication for Managing Projects PMGT-502 Ki-Young Jeong,

More information

Estimating Cost-To-Go Without Stable EVM Data

Estimating Cost-To-Go Without Stable EVM Data PR-158 Estimating Cost-To-Go Without Stable EVM Data Peter C. Frederic, Tecolote Research Inc. Ronald K. Larson, NASA 20 March 2013 2013 Professional Development & Training Workshop New Orleans, LA June

More information

Abstract. Value. Baselining a Project

Abstract. Value. Baselining a Project Earning Function Points in Software Projects Robert J. Muller, Chief Information Officer ValueStar, Inc. 1120A Ballena Blvd. Alameda, CA 94501-3682 Phone: (510) 814-7191 E-mail bmuller@valuestar.com Abstract

More information

The Living Estimate. Leveraging LCCEs Throughout the Program Lifecycle

The Living Estimate. Leveraging LCCEs Throughout the Program Lifecycle The Living Estimate Leveraging LCCEs Throughout the Program Lifecycle Sriram Krishnan Lead Consultant skrishnan@cobec.com Kevin Schutt Director of Finance kschutt@cobec.com Click to edit Introduction Master

More information

Earned Schedule .EMERGING PRACTICE. Eleanor Haupt IPPM. ASC/FMCE Wright-Patterson AFB OH ANL327

Earned Schedule .EMERGING PRACTICE. Eleanor Haupt IPPM. ASC/FMCE Wright-Patterson AFB OH ANL327 Integrated Project Performance Management.EMERGING PRACTICE. Earned Schedule Eleanor Haupt ASC/FMCE Wright-Patterson AFB OH eleanor.haupt@wpafb.af.mil 937-656-5482 ANL327 1 Required Legal Notices ***CAUTION***.EMERGING

More information

EVM s Potential for Enabling Effective Integrated Cost-Risk Management

EVM s Potential for Enabling Effective Integrated Cost-Risk Management EVM s Potential for Enabling Effective Integrated Cost-Risk Management by David R. Graham (dgmogul1@verizon.net; 703-489-6048) Galorath Federal Systems Stove-pipe cost-risk chaos is the term I think most

More information

Earned Value Formulae

Earned Value Formulae Earned Value Formulae This White Paper focuses on the basic values and formulae used in Earned Value calculations. Additional EV resources are available from https://mosaicprojects.com.au/pmki-sch.php

More information

Chapter 11 Project Execution and Control

Chapter 11 Project Execution and Control Chapter 11 Project Execution and Control Project Management for Business, Engineering, and Technology Prepared by John Nicholas, Ph.D. Loyola University Chicago Phase C: Project Execution Most projects

More information

PMP Exam Prep Coaching Program

PMP Exam Prep Coaching Program PMP Exam Prep Coaching Program Project Part 1 Presented by Vinai Prakash, PMP 1 Project Plan Estimate s Determine Budget 2 Vinai Prakash, PMCHAMP.COM 1 Process of monitoring the status of the project to

More information

ENGINEERING MANAGEMENT (GE

ENGINEERING MANAGEMENT (GE بسم هللا الرحمن الرحيم ENGINEERING MANAGEMENT (GE 404) 1 L E C T U R E # 12 Project Cost-Control Contents Objectives of the present lecture Integration of cost and schedule Aim of project cost control

More information

EARNED VALUE AS A RISK ASSESSMENT TOOL

EARNED VALUE AS A RISK ASSESSMENT TOOL EARNED VALUE AS A RISK ASSESSMENT TOOL Introduction Earned Value Definition: Employment of a Single Management Control System Providing Accurate, Consistent, Reliable, and Timely Data That Management at

More information

The Four Pillars of project management

The Four Pillars of project management The Four Pillars of project management Background This article is intended to give a round up of key practical project management practices to the novice as well as to the experienced. About 90% of this

More information

Project Connect. November 14, 2012

Project Connect. November 14, 2012 Project Connect November 14, 2012 Introduction Meeting Minutes Approval Project Status Report IV&V Update by Ernst & Young Other Business Public Comments Review of Actions from Meeting Scheduling of Next

More information

Project Connect Connect January 11, 2012

Project Connect Connect January 11, 2012 Project Connect January 11, 2012 Introduction Meeting Minutes Approval Project Status Report IV&V Update By Ernst & Young Other Business Public Comments Review of Actions from Meeting Scheduling of Next

More information

9/24/2010. Information System Structure (cont d) Information System Structure. Progress since last report Current status of project.

9/24/2010. Information System Structure (cont d) Information System Structure. Progress since last report Current status of project. Project Management Progress and Performance Measurement and Evaluation Haeryip Sihombing 12 Universiti Teknikal Malaysia Melaka (UTeM) BMFP 4542 McGraw-Hill/Irwin 13 2 Project Monitoring System for Control

More information

Earned Value Management System. a system to

Earned Value Management System. a system to Earned Value Management System a system to MANAGE - - - and help resolve control problems in running projects difficul7es to have an overall visibility of risks; a lack of understanding of all the interdependencies

More information

Lecture 18: Chapter 27!

Lecture 18: Chapter 27! Lecture 18: Chapter 27! Project Scheduling! 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

MMZG 523 PROJECT MANAGEMENT

MMZG 523 PROJECT MANAGEMENT MMZG 523 PROJECT MANAGEMENT BITS Pilani Pilani Campus ARUN MAITY BITS Pilani Pilani Campus PROGRESS & PERFORMANCE MANAGEMENT AND EVALUATION CHAPTER NO 13 TEXTBOOK T1 Need Control holds people accountable

More information

Presenting Earned Value

Presenting Earned Value Successfully Presenting Your guide to Management What is Management? Management (EVM) is a project management system that combines schedule performance and cost performance to answer the question, What

More information

Brief course information Strategic planning and project selection Project integration management Project scope management

Brief course information Strategic planning and project selection Project integration management Project scope management Brief course information Strategic planning and project selection Project integration management Project scope management Total Quality Project Management 2 This is an individual work. Each student prepares

More information

Earned Schedule in Action

Earned Schedule in Action Earned Schedule in Action Earned Value Analysis - 11 Conference London, United Kingdom 12-17 June 2006 Kym Henderson Education Director PMI Sydney Australia Chapter Kym.Henderson@froggy.com.au EVM Schedule

More information

Earned Value Management System. a system to

Earned Value Management System. a system to Earned Value Management System a system to MANAGE - - - and help resolve control problems in running projects where there is difficult to have an overall visibility of risks a lack of understanding of

More information

Objectives of Project Cost Control System

Objectives of Project Cost Control System Project Cost Control Objectives of Project Cost Control System 1. To identify those work types having excessive costs and to give an indication of how serious those overruns are. 2. To forecast the final

More information

Appendix B: Glossary of Project Management Terms

Appendix B: Glossary of Project Management Terms Appendix B: Glossary of Project Management Terms Assumption - There may be external circumstances or events that must occur for the project to be successful (or that should happen to increase your chances

More information

Project Management: A Systems Approach to Planning, Scheduling, and Controlling Twelfth Edition

Project Management: A Systems Approach to Planning, Scheduling, and Controlling Twelfth Edition Project Management: A Systems Approach to Planning, Scheduling, and Controlling Twelfth Edition Chapter Fourteen Cost Control Do Project Managers Control Costs, Monitor Costs, or Both? Cost Management

More information

Senior Design Documentation Library

Senior Design Documentation Library Project Charter Department of Computer Science and Engineering University of Texas at Arlington Team AVIAR Child-Parent Pairing System Team Members: Bhavin Mistry Brandon Gallagher Brandon Salahat Eugen

More information

Lesson 7 The Project Budget

Lesson 7 The Project Budget MBA, Msc, Bsc, PMP, CSM, PMI-ACP Indike Manthilake MBA, Msc, Bsc, CSM, PMI-ACP indikem@unitedmotors.lk.com Lesson 7 The Project Budget Agenda Estimate Costs and income Creating a Preliminary Budget Budget

More information

A Layman s Guide to Earned Value

A Layman s Guide to Earned Value A Layman s Guide to Earned Value A TenStep White Paper Contact us at info@tenstep.com TenStep, Inc. 2363 St. Davids Square Kennesaw, GA. 30152 877.536.8434 770.795.9097 If you are a project manager, you

More information