Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Software Engineering | Functional Point (FP) Analysis

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Function Point Analysis was initially developed by Allan J. Albercht in 1979 at IBM and it has been further modified by the International Function Point Users Group (IFPUG). 

The initial Definition is given by Allan J. Albrecht:  

FPA gives a dimensionless number defined in function points which we have found to be an effective relative measure of function value delivered to our customer.

FPA provides a standardized method to functionally size the software work product. This work product is the output of software new development and improvement projects for subsequent releases. It is the software that is relocated to the production application at project implementation. It measures functionality from the user’s point of view i.e. on the basis of what the user requests and receives in return.

 Function Point Analysis (FPA) is a method or set of rules of Functional Size Measurement. It assesses the functionality delivered to its users, based on the user’s external view of the functional requirements. It measures the logical view of an application, not the physically implemented view or the internal technical view. 

 The Function Point Analysis technique is used to analyze the functionality delivered by software and Unadjusted Function Point (UFP) is the unit of measurement. 

Objectives of FPA: 

  • The objective of FPA is to measure the functionality that the user requests and receives.
  • The objective of FPA is to measure software development and maintenance independently of the technology used for implementation.
  • It should be simple enough to minimize the overhead of the measurement process.
  • It should be a consistent measure among various projects and organizations. 
     

Types of FPA: 
 

  • Transactional Functional Type – 
    • External Input (EI): EI processes data or control information that comes from outside the application’s boundary. The EI is an elementary process. 
       
    • External Output (EO): EO is an elementary process that generates data or control information sent outside the application’s boundary. 
       
    • External Inquiries (EQ): EQ is an elementary process made up of an input-output combination that results in data retrieval. 
       
  • Data Functional Type – 
    • Internal Logical File (ILF): A user identifiable group of logically related data or control information maintained within the boundary of the application. 
       
    • External Interface File (EIF): A group of users recognizable logically related data allusion to the software but maintained within the boundary of another software. 
       

 

Benefits of FPA: 
 

  • FPA is a tool to determine the size of a purchased application package by counting all the functions included in the package.
  • It is a tool to help users discover the benefit of an application package to their organization by counting functions that specifically match their requirements.
  • It is a tool to measure the units of a software product to support quality and productivity analysis.
  • It is a vehicle to estimate the cost and resources required for software development and maintenance.
  • It is a normalization factor for software comparison. 
     

The drawback of FPA:

  • It requires a subjective evaluation and involves many judgements.
  •  Many cost and effort models are based on LOC, so it is necessary to change the function points.
  •  Compared to LOC, there are less research data on function points.
  •  Run after creating the design spec.
  •  With subjective judgement, the accuracy rate of the assessment is low.
  •  Due to the long learning curve, it is not easy to gain proficiency. 
  •  This is a very time-consuming method.

 
 

My Personal Notes arrow_drop_up
Last Updated : 08 Dec, 2022
Like Article
Save Article
Similar Reads