Home > Articles > Software Development & Management

Measuring with Function Points

The use of function points and related metrics is commonly incorporated into a division- or organization-wide measurement and process-improvement program. These programs vary widely among companies and even within organizations. Some programs contain the most basic of measures[md]for example, cost, delivery, and quality. The more sophisticated and mature programs have a greater variety of measures and invest in a greater number of resources to support measurement activities.

The framework of a successful measurement program is fairly typical of most internal program initiatives. The program must have commitment from senior management; it must have meaningful and clearly stated goals and objectives. The processes, policies, roles, and responsibilities should all be clearly documented and enforced. Most importantly, the program must continuously be improved to provide the organization with value-added data needed to perform.

This article focuses on how function points fit into a measurement program. We describe a sampling of the measures commonly used to support the definition, development, deployment, and maintenance of software. We also answer the following questions: If I had function points, what would I do with them? and How would I use function points with other metrics to effectively manage my software development and maintenance environment?

In addition to identifying specific function point measures, we discuss the importance of other key elements, such as a function point repository, analysis of measurement data, and measurement reporting. It is important to remember that no single measure tells the whole story. Software measurement is effective only when the metrics are used and analyzed in conjunction with one another.

Like this article? We recommend

Because it is neither practical nor of particular value to identify every known function point-related measure, we will focus on a selection of key metrics that we have seen used effectively within numerous client organizations. To put this list of primary metrics in the proper context, we have divided the function point measures into four categories: productivity, quality, financial, and maintenance. In each case, we identify the meaning of the measure, how it can be used, and how it is calculated.

The function point size serves as a normalizing metric. For example, two systems are monitored for defects, and system A is found to have twice as many defects as system B. An immediate assessment is that system B has higher quality than system A. Without a sizing metric, however, there can be no practical point of comparison. If we added function points to the scenario and realized that system B is one-fourth the size of system A, we would view system A as possessing higher quality than system B. System A would have fewer defects per functionality maintained.

Function Point Measures

The four categories of productivity, quality, financial and maintenance will be addressed in the following paragraphs.

Productivity

Hours per function point is an industry-accepted unit-of-work measure. It measures the number of hours required to develop one function point. It is most often used as a measure of productivity, which is usually evaluated at a project level. It should never be used as a measure of individual performance. This metric is calculated as follows:

Total number of project hours divided by

Number of function points delivered

The total number of hours and the number of function points represent values for a specific project. The total number of hours recorded for a project most often includes all effort associated with the project. This value can vary significantly among departments, organizations, and industries. When performing comparative analysis, the metrics analyst must ensure that the total number of hours recorded for a project is consistent when making comparisons either internal or external to the organization.

This measure is often used to represent productivity for various different categories—for example, new development, enhancements, or different technologies. An organization may show varying rates of productivity for new development versus enhancements or for client/server productivity versus mainframe productivity.

Frequently this measure is displayed as function points delivered per person-month. However, using person-months as a measure is problematic because no industry standards define a person-month. Using an hour as the metric permits greater consistency.

Rate of delivery is an industry-accepted measure that measures calendar time to deliver the required software solution to the end user. It is often used as a service-level measure to demonstrate how quickly an organization introduces functionality into use. It is frequently described as a time-to-market measure. The measure is calculated as follows:

Number of function points divided by

Elapsed calendar time

Elapsed time is usually defined as calendar time in months. It represents the time from the introduction of requirements through software installation. When using this measure for comparative analysis, one should ensure that elapsed time is consistently sized within the organization. In some companies, elapsed time begins with project start activities prior to requirements and ends when the system is fit for use (but not necessarily installed). Elapsed time should also exclude dead time, any period during which project development has been temporarily stopped.

Quality

Functional requirement size measures the total number of functions requested by the end user, expressed in terms of function points. As a meaningful metric, it may have limited value to the end user, but the developer should be able to use this value as an important input parameter to any one of several estimating models. The calculation derives the functionality (function points) required by a requesting user organization.

The use of this metric can ultimately benefit both the developer and the requesting end user. Imagine a scenario in which the developer seeks to ensure an understanding of the functional requirements. The developer engages the end user in an interactive session by creating a context diagram or another vehicle to communicate a common understanding of the requested deliverables. Using a diagramming technique and the function point components of input, output, inquiries, data stores, and interfaces, the analyst and the end user discuss the functionality in terms that they both understand. At the conclusion of the session, the analyst has the basic information required to perform a high-level function point sizing.

Rate of change measures the amount of functional specification change that occurs during the development process. It can be used to track "scope creep" (added functionality) within a project for purposes of more effectively managing project costs and schedules. It may also be used to determine the effectiveness of the requirements process. We calculate this measure by counting function points during each primary milestone deliverable, commencing with the functional requirements.

Change can be tracked through the various phases of the development life cycle. As the scope of the project expands, the project manager can use this information to substantiate increases in budgeted project dollars or schedule extensions.

Test case coverage measures the number of test cases that are necessary to adequately support thorough testing of a development project. This measure does not indicate the effectiveness of the test cases, nor does it guarantee that all conditions have been tested. However, it can be an effective comparative measure to forecast anticipated requirements for testing that may be required on a development system of a particular size. This measure is calculated as follows:

Number of test cases divided by1

Number of function points

Volume of documentation can be used to measure or estimate the number of pages produced or anticipated in support of the development effort. Pages per function point value can be derived for any of the documents produced during the development life cycle. This measure is calculated as follows:

Number of pages (per document) divided by2

Total number of function points

Like test case coverage, this measure should not be considered a measure of quality.

Financial

Cost per function point identifies the cost for each function point developed. This measure is usually applied at the project or organizational level. At the project level, cost per function point is calculated and compared to a baseline organizational value. An overall cost per function point is calculated for the entire organization and establishes the baseline. Cost per function point may also be used to compare the cost of developing an internal solution to the cost of purchasing a commercial package solution, or to compare internal cost to an external industry (benchmark) cost. The metric is computed as follows:

Total cost divided by3

Total function points

The ability to compare an organization's internal cost per function point to industry averages or best-in-class benchmarks depends on a consistently applied cost basis. Project cost usually consists of total project labor, project-related tools, project-related travel and living expense, and a fully defined burden rate (includes overhead costs).

Repair cost ratio is used to track the costs to repair applications that are operational. It is commonly used as a monitoring metric for newly installed applications. During the first six months of operation, this measure should include all fixes and all costs of repair for the newly installed system. The metric is calculated as follows:

(Total hours to repair * Cost) divided by4

Release function points

The measure may be used to monitor required systems fixes. It can be applied prior to installation to monitor project expenses directly related to the repair of defects. The function point component of the equation usually represents the total number of function points for the release; however, it can be modified to represent only those function points associated with each repair. Many outsourcing arrangements use this measure as a basis for tracking maintenance support service levels on a repair-by-repair basis.

Maintenance

Maintainability is the measure of effort (cost) required to maintain an application. The metric is used to monitor maintenance cost on an application-by-application basis. It is most often applied to core business applications or to applications that have demonstrated a high cost of maintenance. It is calculated as follows:

Maintenance cost divided by5

Application function points

Some maintenance activities do not directly relate to size (function points). Outsourcing arrangements often refer to this category of costs as zero function point maintenance. For example, the required maintenance repair does not generate any new or changed functionality and cannot be measured in function points; however, a cost is incurred to accomplish the repair. The organization should establish a policy on accounting for this zero function point maintenance. Most often the cost is either accounted for as general maintenance expense or charged on a full-time equivalent (FTE) basis.

Assignment scope is a measure of the number of FTE resources required to support an application. This measure may be used to monitor resource levels required to adequately support an application being maintained in production. As an application increases in functional size during its life span (see the upcoming discussion of growth rate), the resources required to support the application are expected to increase. The measure is sometimes referred to as maintenance assignment scope. Assignment scope is one of several measures that should be used to identify the potential for increased resource requirements. It is calculated as follows:

Total application function points divided by6

Number of full-time resources required to support the application

As with most of the measures defined here, this measure should not be used as a single source of information. For example, staffing levels do not equate to quality of support. Each of these measures must be viewed and analyzed in conjunction with other measures.

Portfolio size is a measure of the organization's portfolio of function points. This metric is often used for budgeting purposes or in conjunction with outsourcing arrangements. Outsourcing an organization's application development and maintenance activities requires sizing of the organization's suite of applications. Levels of service can be based on the total number of function points that must be serviced by the third-party vendor. Portfolio size is the total number of function points for all applications in the organization's portfolio.

Table 1 identifies each of the function point measures discussed above and indicates the life cycle phase when they should be used.

Table 1

Use of Function Point Measures in the Systems Development Life Cycle

 

Phase of Development

Measure

Requirements

Design

Build

Test

Implementation

Maintenance

PRODUCTIVITY

           

Hours per function point

X

X

X

X

X

 

Rate of delivery

X

X

X

X

X

 

QUALITY

           

Functional requirement size

X

         

Rate of change

X

X

X

X

X

 

Test case coverage

     

X

   

Volume of documentation

       

X

 

FINANCIAL

           

Cost per function point

       

X

 

Repair cost ratio

         

X

MAINTENANCE

           

Maintainability

         

X

Assignment scope

         

X

Portfolio size

         

X

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020