Project Management Project Management Activities Project Scheduling Cost

  • Slides: 22
Download presentation
Project Management éProject Management Activities éProject Scheduling éCost Estimation PVK-HT 06 2

Project Management éProject Management Activities éProject Scheduling éCost Estimation PVK-HT 06 2

Project Management Activities Project acquisition Project planning o Resource assessment o Risk and option

Project Management Activities Project acquisition Project planning o Resource assessment o Risk and option analysis Cost estimation Project scheduling o Work breakdown structure o Effort distribution o Resource assignment Project tracking and control Reporting PVK-HT 06 3

Project Resources People o o Required skills Availability Duration of tasks Start date Hardware

Project Resources People o o Required skills Availability Duration of tasks Start date Hardware and software tools o o Description Availability Duration of use Delivery date PVK-HT 06 4

Risk management is concerned with identifying risks and drawing up plans to minimise their

Risk management is concerned with identifying risks and drawing up plans to minimise their effect on a project. A risk is a probability that some adverse circumstance will occur o Project risks affect schedule or resources; o Product risks affect the quality or performance of the software being developed; o Business risks affect the organisation PVK-HT 06 developing or procuring the software. 5

Top Ten Project Risks Staff deficiencies Unrealistic schedules and budgets Developing the wrong functions

Top Ten Project Risks Staff deficiencies Unrealistic schedules and budgets Developing the wrong functions Developing the wrong interface Over-engineering Changing requirements Externally developed items Externally performed tasks Performance problems PVK-HT 06 Assumptions on technology 6

Define Work Breakdown Structure Activity o o o Major work unit Start date End

Define Work Breakdown Structure Activity o o o Major work unit Start date End date Consumes resources Results in work products (and milestones) Phase 1 Project PVK-HT 06 Project function Phase 2 Phase N o Continue throughout the project o Not bound to specific phases Step 1 Step 2 Activity 1 Activity 2 Activity 3 Activity 1 Activity 2 Task 1 Task 2 Task 3 Step 1 Step 2 8

Schedule Activities Almost all activities depend on the completion of some other activities Many

Schedule Activities Almost all activities depend on the completion of some other activities Many activities can be performed in parallel Organisation necessary to balance work-load, costs, and duration o PERT chart (activity network/task graph) Critical path Project Time-line (Gantt chart) Resource table PVK-HT 06 9

PERT Charts Program Evaluation and Review Technique Graph o Nodes = activities/tasks and estimated

PERT Charts Program Evaluation and Review Technique Graph o Nodes = activities/tasks and estimated duration o Edges = dependencies Compute o Slack time = available time - estimated duration o Critical path A path is critical when it contains an activity that, if delayed, will cause a delay of the whole project. PVK-HT 06 10

Example PERT Chart PVK-HT 06 11

Example PERT Chart PVK-HT 06 11

Gantt charts A Gantt chart is used to graphically present the start and end

Gantt charts A Gantt chart is used to graphically present the start and end dates of each software engineering task o One axis shows time. o The other axis shows the activities that will be performed. o The black bars are the top-level tasks. o The white bars are subtasks o The diamonds are milestones: • Important deadline dates, at which specific events may occur PVK-HT 06 12

A Gantt Chart (Project Time Line) PVK-HT 06 13

A Gantt Chart (Project Time Line) PVK-HT 06 13

Another Gantt Chart PVK-HT 06 14

Another Gantt Chart PVK-HT 06 14

Cost Estimation Approach o Decompose problem o Check for experiences/ data on sub problems

Cost Estimation Approach o Decompose problem o Check for experiences/ data on sub problems o Make qualified estimations o (Make at least two independent estimates) PVK-HT 06 Problems: o What are good measures? o Do the estimates affect the result? o Does the type of software affect the result? o Does the project environment affect the result? o. . . Use empirical and historical data Algorithmic cost modelling COCOMO (based on LOC) FP (based on function points) 15

COCOMO Constructive Cost Modelling [Boehm 81] Based on publicly available historical data of 63

COCOMO Constructive Cost Modelling [Boehm 81] Based on publicly available historical data of 63 TRW projects Basic assumptions: o o Requirements change only slightly during the project There is good project management The historical data is representative Assigning more resources to the project does NOT result in linear decreasing development time PVK-HT 06 16

Basic Model Effort = a (KDSI)b Schedule = c (Effort)d • KDSI = Kilo

Basic Model Effort = a (KDSI)b Schedule = c (Effort)d • KDSI = Kilo Delivered Source Instructions ( LOC - comments) • The a, b, c, and d factors vary depending on the type of project • Effort is measured in PM (Person Months = 152 h of work) • Schedule is the Development Time measured in Months a b c d Organic 2. 4 1. 05 2. 5 0. 38 Semi-detached 3. 0 1. 12 2. 5 0. 35 3. 6 1. 20 2. 5 0. 32 In-house IS, Development in a familiar environment Between OM- and EM projects Embedded Large and inexperienced teams, many constraints PVK-HT 06 Boehm, Software Engineering Economics, Prentice-Hall, 1981. 17

COCOMO II Goal: To develop a software cost and schedule estimation model tuned to

COCOMO II Goal: To develop a software cost and schedule estimation model tuned to the life cycle practices of the 1990’s and 2000’s 3 Models o Application Composition: prototyping to resolve high-risk user interface issues, 2 environment drivers, 0 process drivers, Sizing in Object Points o Early Design Model: to explore alternative architectures and concepts, 7 environment drivers, 5 process drivers, Sizing in Function Points or SLOC o Post Architecture Model: development has begun, 17 environment drivers, 5 process drivers, Sizing in Function Points or SLOC PVK-HT 06 19

Effort and schedule in COCOMO 2 Effort = NOP/productivity q NOP = OP *

Effort and schedule in COCOMO 2 Effort = NOP/productivity q NOP = OP * [(100 -%reuse)/100] q Productivity = NOP/man-months, 5 productivity levels depending on the 2 environment drivers æEnvironmentö (Process Scale Factors) ÷ ç = [ ] Effort ç Multipliers ÷ Size è ø Environment: product, platform, people, project factors Application Composition Model Early Design and Postarchitecture Model Process: constraint, risk/architecture, team, maturity factors Schedule =(Multiplier) [Effort] PVK-HT 06 (Process Scale Factors ) 20

COCOMO II Model Stages 4 x 2 x Early Design (13 parameters) 1. 5

COCOMO II Model Stages 4 x 2 x Early Design (13 parameters) 1. 5 x Overestimated 1. 25 x Relative Size Range x 0. 8 x Post-Architecture (23 parameters) 0. 67 x 0. 5 x 0. 25 x Concept of Operation Feasibility PVK-HT 06 Phases Underestimated Applications Composition (3 parameters) Plans and Rqts. and Milestones Detail Design Spec. Product Design Spec. Rqts. Spec. Product Design Detail Design Accepted Software Devel. and Test 21

COCOMO II summary COCOMO II + allow for spiral model instead of waterfall model

COCOMO II summary COCOMO II + allow for spiral model instead of waterfall model only + Size of project can be listed as object points, function points or source lines of code (SLOC) + The environmental multipliers are calculated from seventeen cost drivers better suited for today's methods - Calibration is difficult, but can improve accuracy by a factor of five PVK-HT 06 22

Function Points Function Point Analysis (FPA) measures the size of a software product in

Function Points Function Point Analysis (FPA) measures the size of a software product in terms of the functionality it delivers to the users. A. J. Albrecht 1979 o What the software must do from the user’s perspective o Irrespective of software construction Based on five function types: o o o Inputs Outputs Inquiries Logic Files Interfaces PVK-HT 06 23

Project plan contents Project scope Project schedule Project team organization Technical description of system

Project plan contents Project scope Project schedule Project team organization Technical description of system Project standards and procedures Quality assurance plan Configuration management plan PVK-HT 06 Documentation plan Data management plan Resource management plan Test plan Training plan Security plan Risk management plan Maintenance plan 24

Difficulties and Risks in Project Management Accurately estimating costs is a constant challenge It

Difficulties and Risks in Project Management Accurately estimating costs is a constant challenge It is very difficult to measure progress and meet deadlines It is difficult to deal with lack of human resources or technology needed to successfully run a project Communicating effectively in a large project is hard It is hard to obtain agreement and commitment from others PVK-HT 06 25