Did you know that maintenance accounts for 50% to 80% of the overall product cost? Well, it does! And while most project managers are fairly good at sizing new product features, many are terrible at estimating the effort required to support a product once it becomes generally available. As a result, maintenance projects are inadequately staffed, companies can't respond to customer requests in a timely manner, and products never reach payback.
This article presents a methodology to help you guesstimate and therefore plan for the maintenance phase of generally available products. But first, let's define a few terms that are important to the comprehension of this article.
Maintenance
Maintenance is defined as the effort associated with fixing defects in a software system after general availability (GA). In other words, how many person-months will it take your organization to fix bugs discovered by your customers in the field?
Maintenance can be subdivided in three sub-categories.
Corrective maintenance involves fixing bugs that are discovered in the system after it becomes generally available. An example of a corrective maintenance activity is a developer fixing a Java method that causes a compilation error.
Adaptive maintenance involves changing the system to work in a different environment such as a different network topology, platform, or operating system. An example of an adaptive maintenance activity is a developer fixing a Java method that works on BEA WebLogic but not on IBM Websphere.
Perfective maintenance involves changes that allow the software to meet the same requirements but in a more acceptable manner. For example, the designer might change some code simply to make the system more efficient or easier to maintain.
Enhancements
Enhancements, also known as change requests, are defined as the effort associated with adding new capability to a software system, or modifying a software system to meet newly defined non-functional requirements.
Imagine an application that requires the user to authenticate using a username and password. Pretty standard stuff, right? Maybe, but some customers might want to add a third credential to the password mechanism such as a domain. Others might want the username to adhere to an email address pattern. Finally, others might want the application to remember the user's credentials over sessions, thereby authenticating the user automatically.
Support
Support is defined as the sum of the maintenance and enhancements efforts performed after the product is GA. In other words, support includes all the activities that go on after a product is declared generally available.
Methodology
Early in my career, I realized that simple rule of thumbs could be applied to estimating the support cost of certain projects. For example, the annual cost of supporting a static Web site after it goes live is more or less equivalent to the cost of developing it. In other words, if developing a static Web site costs $10,000, you can expect to spend $10,000 per year maintaining it.
Understanding such rules is very practical. Unfortunately, few of them are transferable. In other words, the same rule would not apply to an e-commerce enabled dynamic Web site distributed across 3 tiers.
Various models have been developed over the years to predict maintenance costs based on defect-density (e.g. Raleigh Curve, Weibull Analysis), KLOC and KDSI, and development efforts. Unfortunately, these models are not without any shortcomings either. Many of them are either highly inaccurate or too complex to bother learning them. As a matter of fact, some are so complex that you need to purchase an application worth thousands of dollars and enter 100+ parameters in order to have it compute the effort required to maintain your product.
After having studied over a dozen forecasting models, there is one methodology that I highly recommend to any beginner or seasoned project manager.
Boehm's Model
Boehm's model is widely accepted in the industry as a valid model for predicting maintenance costs. It's relatively simple to understand, and more importantly, it allows you to refine your forecast thanks to cost multipliers, which will be explained later in this article.
Boehm's formula is the following:
AME = ACT X SDT, where
Say a software project required 100 person-months of development effort and it was estimated that 15% of the code would be modified in a typical year. The basic annual maintenance effort estimate (AME) is therefore:
AME = 0.15 x 100 = 15 person-months
In other words, you should plan to spend 15 person-months of effort per year to maintain this specific software project.
The basic annual maintenance cost estimate may be refined by judging the importance of each factor that affects the cost and selecting the appropriate cost multiplier. The basic maintenance cost is then multiplied by each cost multiplier to give the revised maintenance cost estimate.
Say in the previous system the factors having most effect on maintenance costs were Product Complexity (CPLX), which was very high, and the availability of support staff with application experience (AEXP), which was very low.
If CPLX = 1.30 and AEXP = 1.29, then:
AEM = 15 x 1.30 x 1.29 = 25.2 person-months
Forecasting Enhancements
The revised maintenance cost does include the impact of the cost multipliers but does not include product enhancements, also known as change requests.
The bad news is that forecasting enhancements is extremely difficult because it requires you to know ahead of time what additional capabilities your future customers will request. The good news is that you can charge your customers for any enhancements they require. As a result, a good organization does not consider enhancements to represent a cost but rather a source of incremental revenue.
Conclusion
When forecasting the cost of maintaining a product that is generally available, follow this advice:
Furthermore, make sure you have a professional services team to implement change requests required by your customers, but do not treat them as costs since they are in fact a source of revenue.
Luc Richard holds an MBA with a major in high technology. For the past 10 years, he's been managing the development of software applications. He is the founder of The Project Mangler (http://www.projectmangler.com), an online resource that publishes free articles, stories, and other ready-to-use tools to help developers, team leaders and managers deliver software projects on time, according to specs, and within budget.
|
|
|
|
|
|
|
|
|
|
|


A few weeks ago, after consultations with others in an... Read More
This is a challenge for every company owner and manager.... Read More
For the past several weeks, we have focused on some... Read More
Recent studies have shown that industrial supervisors are working at... Read More
Definition From http://www.merriamwebster.com -- "Virtual: - being such in essence... Read More
In today's chaotic world and uncertain economic times too many... Read More
Nearly all leaders I've encountered are underachievers. They're getting a... Read More
What do the companies 3M, Polaroid, and Walt Disney have... Read More
Every business has problems. That is why the average life... Read More
Tis' the season for business and corporate gift-giving! If you... Read More
SIX "HONEST BUSINESS FRIENDS" - THEY GUIDE ME IN ALL... Read More
Take the pain out of gain and decrease the upheaval... Read More
To develop and deliver a great Leadership Talk, you must... Read More
The problem with communication is the illusion that it has... Read More
One of the major benefits, if not THE benefit of... Read More
Recently, I attended a webinar with nearly 400 other Chief... Read More
It's that time again! Perhaps the most dreaded management practice... Read More
Surveys of executives reveal that many companies fall short of... Read More
Over 3 of my meetings with 3 business owners last... Read More
Most firms have intelligent, capable, knowledgeable managers who are very... Read More
What would happen if the personal assistants in your organisation... Read More
Management or Leadership?Simply stated, management ensures that things get done,... Read More
You probably know this already, but there are generally held... Read More
Steven Covey had the right idea. There are discreet skills... Read More
Everyone wants to describe themselves as a leader. Everyday, new... Read More
Creativity can be defined as problem identification and idea generation... Read More
My experience working with thousands of leaders world wide for... Read More
The need for constant reinvention is a given in today's... Read More
There is every chance that elements of this article may... Read More
A series of articles exploring the seven critical areas that... Read More
Driving down the road our eyes frequently scan the vital... Read More
Have you ever hired the wrong person? If so, perhaps... Read More
Intangible Corporate Assets such as Organizational Capital, Blue Sky and... Read More


I once worked in a place where there were three... Read More
Unfortunately, there are managers who define public relations by its... Read More
Creativity can be defined as problem identification and idea generation... Read More
A critical task in the succession planning process of any... Read More
An essential step in managing the performance of salespeople is... Read More
Workplace violence has become a tragic reality today. From minor... Read More
This article relates to the Training competency, commonly evaluated in... Read More
There seems to be an assumption that change is a... Read More
Ten or so years ago, an international consultant, specializing in... Read More
The ability to solve complicated problems quickly is more important... Read More
In today's chaotic world and uncertain economic times too many... Read More
If you were to take the people out of an... Read More
My background is in retail management - yes, running stores,... Read More
One of the hardest things I had discovered running my... Read More
Creativity can be defined as problem identification and idea generation... Read More
I heard this back a few years ago. The boss... Read More
All maintenance activities of the workforce must be documented, this... Read More
GET TO KNOW YOUR ORGANIZATION: If you don't understand an... Read More
Many concepts in the fields of managing creativity are very... Read More
When economic conditions turn tough or when the heavy work... Read More
Re-organizing, re-engineering, re-training, down-sizing, outsourcing, changing-changing-changing. Organizations today think they... Read More
Results of Poor Cross Cultural Awareness. Having a poor understanding... Read More
Comparing Corporate and Personal goal attainment programs that have developed... Read More
A series of articles exploring the seven critical areas that... Read More
It is essential to understand what work and what do... Read More
Here's a scary statistic. According to four prominent research firms,... Read More
Everyday a business owner, CEO, or manager somewhere is complaining... Read More
Times of cost cutting and downsizing has dramatically impacted the... Read More
1. Personal insight. Great CEOs are great leaders. They know... Read More
Leadership in Troubled Times The... Read More
As a manager, it is your job to ensure that... Read More
Sometimes things just happen. Maybe we lose focus and take... Read More
It's great to be multi-skilled?be able to type your own... Read More
Business Management |