project tracking. questions... why should we track a project that is underway? what aspects of a...

23
Project Project Tracking Tracking

Upload: aubrey-floyd

Post on 20-Jan-2016

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Project TrackingProject Tracking

Page 2: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Questions...Questions...

Why should we track a project that is underway?

What aspects of a project need tracking?

Page 3: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Reasons for Late ProjectsReasons for Late Projects

1. overly optimistic scheduling bad estimations during proposal or planning

2. tardy identification of schedule and budget problems

noticing too late that we are late

3. tardy reactions to important events bad risk management

Software Quality Assuranceby Galin page 401

Page 4: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Solution to previously listed problems

1. better estimation

2. better project tracking

3. better project tracking

Page 5: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Objectives of Project Tracking

Short Term: early detection of irregular events

Long Term: creation of preventive actions improvement of estimation accuracy

modified from Galin page 402

Page 6: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

What do we need to track? Project Schedule

are we hitting the milestones on time what about the "critical path" milestones

Risks what might happen how likely is the problem what can/should we do

Resources Humans Budget

Galin section 20.1

Page 7: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

How do we track projects?

Use tools!!! a tool can track the critical path a tool can track the budget a tool can alert you to potential resource conflicts

Status Reports both formal and informal

Page 8: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Key Aspects of Continuous Risk Management Identify – Continually asking, “what could go wrong?” Analyze – Continually asking, “which risks are most

critical to mitigate?” Plan – Developing mitigation approaches for the most

critical risks Track – Tracking the mitigation plan and the risk Control – Making decisions based on data Communicate – Ensuring a free-flow of information

throughout the project

Carnegie Mellon SEI

Page 9: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Example 1 You notice that design, implementation,

and testing of the database component is running about a week behind.

Instead of one week for each of the three tasks, the database tasks will take a total of four weeks.

However, the database can be a week late because it is not on critical path.

Any potential problems?

Page 10: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Example 2 Task:

Testing the Database

Estimated Duration: 3 days

Required Resources: the database requirements specs the implementation (source code) real data from customer test person that has a DB Test certificate

Any Special Scheduling / Tracking Issues?

Page 11: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Example 3 Initial Unit Testing reports indicate a bug

rate of 4.5 / KSLOC. Should you be concerned? Further checking finds

Average initial bug rate is 3.1 per KSLOC StdDev of 0.5 weighted rate is also higher than average

What actions should be taken?

Page 12: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Example 4 Well into development, you get an email

indicating changes in the interface requirements are necessary based on a demo of the prototype done for the customer. The changes will require a good amount of recoding.

Any SQA tasks necessary?

Page 13: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

And of course, Follow Up

Audit the Tracking Procedures are we really seeing what is going on? are the progress reports reporting the important info? are we tracking what needs to be tracked? are we talking to the right people?

Page 14: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

CMM on Project Tracking"The purpose of Software Project Tracking and Oversight is to provide adequate visibility into actual progress so that management can take effective actions when the software project's performance deviates significantly from the software plans."

Goals1. Actual results and performances are tracked against the software

plans.

2. Corrective actions are taken and managed to closure when actual results and performance deviate significantly from the software plans.

3. Changes to software commitments are agreed to by the affected groups and individuals.

adapted from http://www2.umassd.edu/swpi/sei/tr25f/tr25_l2c.html

Page 15: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

CMM on Project Tracking

Ability to Perform1. A software development plan for the software project is

documented and approved.

2. The project software manager explicitly assigns responsibility for software work products and activities.

3. Adequate funding and resources are provided for tracking the software project.

4. The software managers are trained in managing the technical and personnel aspects of the software project.

5. First-line software managers receive orientation in the technical aspects of the software project.

Page 16: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

CMM on Project Tracking Activities performed1. A documented software development plan is used for tracking the software activities and communicating

status.

2. The project's software development plan is revised according to a documented procedure.

3. Software project commitments and changes to commitments made to individuals and groups external to the organization are reviewed with senior management according to a documented procedure.

4. Approved changes to commitments that affect the software project are communicated to the members of the software engineering group and other software-related groups.

5. The size of the software work products (or size of the changes to the software work products) are tracked, and corrective actions are taken as necessary.

6. The project's software effort and costs are tracked, and corrective actions are taken as necessary.

7. The project's critical computer resources are tracked, and corrective actions are taken as necessary.

8. The project's software schedule is tracked, and corrective actions are taken as necessary.

9. Software engineering technical activities are tracked, and corrective actions are taken as necessary.

10. The software risks associated with cost, resource, schedule, and technical aspects of the project are tracked.

11. Actual measurement data and replanning data for the software project are recorded.

12. The software engineering group conducts periodic internal reviews to track technical progress, plans, performance, and issues against the software development plan.

13. Formal reviews to address the accomplishments and results of the software project are conducted at selected project milestones according to a documented procedure.

Page 17: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Maintenance

Page 18: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Types of Maintenance

Corrective bug fixes, security fixes, etc

Adaptive new hardware, new OS, …

Perfective adding new functions

Preventative Y2K

Page 19: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Where the money goes

Software Quality Assuranceby Galin, page 256

40%

12%15%

33% Rest of Project

CorrectiveCorrective

AdaptiveAdaptive

FunctionalFunctional

Page 20: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

The big questions…The big questions…

Why does so much money go into maintenance?

How do we reduce the maintenance costs?

Page 21: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Does software wear out?

errorsper KSLOC

Time

Expected Actual - due to Maintenance Effective

Page 22: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Essential SQA Maintenance TasksEssential SQA Maintenance Tasks Maintain Accurate Design Document

Quality Source Code is Cheaper to Maintain set and maintain coding standards

conduct peer code reviews set testing guidelines via a Maintenance Test Plan

Track Maintenance Metrics mean time to correct errors mean time to add new function …

Determine Root Cause of ErrorsDetermine Root Cause of Errors

Page 23: Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?

Up Next in the CourseUp Next in the Course

YouYou