Function Point (FP)-Based Software Estimation | Function Point Analysis Example [Part-1] [Bangla]
In this tutorial, i have demonstrated an example of Function Point (FP)-Based Software Estimation. FP means Function Point. FP-based estimation or Function Point Analysis (FPA) is a method that measures the functionality of a software or the functional size of a software from the user's point of view on the basis of what input the user gives in the system and what response the user receives from the system. Certain measurement parameters or information domain characteristics are considered as Function Points like External Inputs (EI), External Outputs (EO), External Inquiries (EQ), Internal Logical Files (ILF) and External Interface Files (ELF).
We have followed chapter 26 from the book - 7th edition of "Software Engineering - A Practitioners Approach" by Roger S.Pressman.
https://drive.google.com/file/d/1pgEquRv-SAYxgf4P4G1qoGzseECH6dKR/view?usp=sharing
#SoftwareCostEstimation
#FunctionPoint
#FPBasedSoftwareEstimation