CSC577 - Chapter 3 - Project Management
CSC577 - Chapter 3 - Project Management
PROJECT MANAGEMENT
Project Management?
The Four P’s
• Objectives
• ensuring software is delivered on time and on
schedule and
• in accordance with the requirements of the organisations developing and
procuring the software.
• Why we need this?
• because software development is always subject to budget and schedule
constraints that are set by the organisation developing the software.
Success criteria
• Consistency
• Team members should all be treated in a comparable way without favourites or
discrimination.
• Respect
• Different team members have different skills and these differences should be respected.
• Inclusion
• Involve all team members and make sure that people’s views are considered.
• Honesty
• You should always be honest about what is going well and what is going badly in a
project.
Teamwork
• May not be possible to appoint the ideal people to work on a project (due to many
reasons)
• Project budget may not allow for the use of highly-paid staff;
• Staff with the appropriate experience may not be available;
• An organisation may wish to develop employee skills on a software project.
• Managers have to work within these constraints especially when there are shortages
of trained staff.
Software Teams
How to lead?
How to organize?
How to collaborate?
• Project scheduling is the process of deciding how the work in a project will be
organized as separate tasks, and when and how these tasks will be executed.
• Estimate the calendar time needed to complete each task, the effort required and
who will work on the tasks that have been identified.
• Estimate the resources needed to complete each task, such as the disk space
required on a server, the time required on specialized hardware, such as a simulator,
and what the travel budget will be.
Project Milestones and deliverables
• Milestones are points in the schedule against which you can assess progress, for
example, the handover of the system for testing.
• Deliverables are work products that are delivered to the customer, e.g. a requirements
document for the system.
T2 8 15
T3 20 15 T1 (M1)
T4 5 10
T5 5 10 T2, T4 (M3)
T6 10 5 T1, T2 (M4)
T7 25 20 T1 (M1)
T8 75 25 T4 (M2)
T9 10 15 T3, T6 (M5)
T11 10 10 T9 (M7)
• conduct periodic project status meetings in which each team member reports progress
and problems.
• evaluate the results of all reviews conducted throughout the software engineering
process.
• determine whether formal project milestones have been accomplished by the
scheduled date.
• compare actual start-date to planned start-date for each project task listed in the
resource table.
• meet informally with practitioners to obtain their subjective assessment of progress to
date and problems.
• use earned value analysis to assess progress quantitatively.
Project Risk
Project Risks
• Objective
• Risk management is concerned with identifying risks and drawing up plans to
minimise their effect on a project.
• Why we need risk management?
• Project risks affect schedule or resources;
• Product risks affect the quality or performance of the software being
developed;
• Business risks affect the organisation developing or procuring the software.
Examples of common risks and affects to
the project, product, and business
Risk Affects Description
Staff turnover Project Experienced staff will leave the project before it is finished.
Management change Project There will be a change of organizational management with different priorities.
Hardware unavailability Project Hardware that is essential for the project will not be delivered on schedule.
Requirements change Project and product There will be a larger number of changes to the requirements than anticipated.
Specification delays Project and product Specifications of essential interfaces are not available on schedule.
Size underestimate Project and product The size of the system has been underestimated.
CASE tool underperformance Product CASE tools, which support the project, do not perform as anticipated.
Technology change Business The underlying technology on which the system is built is superseded by new
technology.
Product competition Business A competitive product is marketed before the system is completed.
The risk management process
• Risk identification
• Identify project, product and business risks;
• Risk analysis
• Assess the likelihood and consequences of these risks;
• Risk planning
• Draw up plans to avoid or minimise the effects of the risk;
• Risk monitoring
• Monitor the risks throughout the project;
The risk management process
Risk identification
• Who do this?
• May be a team activities or based on the individual project manager’s experience.
• How to identify?
• May refer to a checklist of common risks (refer to the next slide for the details):
• Technology risks.
• People risks.
• Organisational risks.
• Requirements risks.
• Estimation risks.
Examples of different risk types
• What is it for ?
• Assess probability and seriousness of each risk.
• What kind of probability?
• Probability may be very low, low, moderate, high or very high.
• What kind of seriousness?
• Risk consequences might be catastrophic, serious, tolerable or
insignificant.
Risk types and examples (Analysis Outcomes)
Organizational financial problems force reductions in the project budget Low Catastrophic
(7).
It is impossible to recruit staff with the skills required for the project (3). High Catastrophic
Key staff are ill at critical times in the project (4). Moderate Serious
Faults in reusable software components have to be repaired before these Moderate Serious
components are reused. (2).
Changes to requirements that require major design rework are proposed Moderate Serious
(10).
The organization is restructured so that different management are High Serious
responsible for the project (6).
The database used in the system cannot process as many transactions Moderate Serious
per second as expected (1).
Risk types and examples (Analysis Outcomes)
The time required to develop the software is underestimated (12). High Serious
Risk Strategy
Organizational financial Prepare a briefing document for senior management showing how the
problems project is making a very important contribution to the goals of the business
and presenting reasons why cuts to the project budget would not be cost-
effective.
Recruitment problems Alert customer to potential difficulties and the possibility of delays;
investigate buying-in components.
Staff illness Reorganize team so that there is more overlap of work and people
therefore understand each other’s jobs.
Defective components Replace potentially defective components with bought-in components of
known reliability.
Requirements changes Derive traceability information to assess requirements change impact;
maximize information hiding in the design.
Strategies to help manage risk
Risk Strategy
Organizational restructuring Prepare a briefing document for senior management showing how the
project is making a very important contribution to the goals of the
business.
Database performance Investigate the possibility of buying a higher-performance database.
Underestimated Investigate buying-in components; investigate use of a program
development time generator.
Risk monitoring
People Poor staff morale; poor relationships amongst team members; high staff turnover.
Tools Reluctance by team members to use tools; complaints about CASE tools; demands
for higher-powered workstations.
Requirements Many requirements change requests; customer complaints.