Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is function point analysis still used for estimates? [closed]

In one discussion among colleagues I have heard that function point analysis is not used nowadays since it can go wrong for various reasons.

So WBS (work breakdown structure) is used commonly.

Is that true?

like image 323
SNA Avatar asked Dec 30 '22 22:12

SNA


2 Answers

Function Points and WBS are two different, but related items. Function Points is a unit of measurement that can be used to determine complexity and work effort, WBS (work breakdown structure) is an approach to define sub units to a project (problem).

SO, when starting a project with a given scope and set of expectations, you use a WBS to define the sub units of the project (to a degree that is useful for you), once you have well defined sub units, you can determine the work effort by assigning function points to each and multiplying velocity (# of function points per day that can be delivered- as an example).

Here are some useful links:

  • Function Points via Wikipedia
  • Software Sizing During Requirements Analysis
  • WBS via Wikipedia
  • step by step WBS
like image 93
meade Avatar answered Jan 13 '23 19:01

meade


I just took the introductory course of a project management program, and we didn't even look at "function point analysis" (I'm not sure what that is), but we spent a lot of time looking at WBS. All the following processes referred back to the WBS.

like image 26
Robert Gowland Avatar answered Jan 13 '23 19:01

Robert Gowland