Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

FUNCTION POINT CALCULATION

Aim

To calculate function point for <Travel booking and blogging>.

a) Number of external inputs (EIs)- <login details, user registration details, destination
details for both transport booking and accommodation,selection of mode of transport,
selection of readymade packages, payment details, posting, reviewing and rating details
for bloggers, guides registration details>-10 , 3
b) #Number of external outputs (EOs).booking acknowledgement, booking details,
payment acknowledgement, new user acknowledgment,guide allotment details>-5, 4
c) Number of external inquiries (EQs). <availability of transportation, availability of
accommodation, availability of guides, package details, reviews made by other
bloggers>-5, 4
d) Number of internal logical files (ILFs). <guides database, travel blogger inputs
database, user database, packages & booking details databases>-5, 10
e) Number of external interface files (EIFs). <makemytrip, trivago, tripadvisor, agoda,
easemytrip, cleartrip>- 6, 15

The Fi (i=1 to 14) are value adjustment factors (VAF) based on responses to the following
questions:
1. Does the system require reliable backup and recovery? 4
2. Are specialized data communications required to transfer information to or from the
Application? 5
3. Are there distributed processing functions?3
4. Is performance critical? 4
#5. Will the system run in an existing, heavily utilized operational environment? 4
6. Does the system require online data entry? 5
7. Does the online data entry require the input transaction to be built over multiple screens or
operations?5
8. Are the ILFs updated online? 5
9. Are the inputs, outputs, files, or inquiries complex?2
10. Is the internal processing complex? 3
11. Is the code designed to be reusable? 5
12. Are conversion and installation included in the design? 3
13. Is the system designed for multiple installations in different organizations? 4
14. Is the application designed to facilitate change and ease of use by the user? 4

fi-sum= 56,
Count total=210
CAF= 0.65+(0.01*fi-sum) = 0.65+(0.01*56)= 1.21

Function point= UAF*CAF=210*1.21 = 254.1

You might also like