Are there any tools you prefer to use for Effort Estimation for desktop/web development projects? Or is it just Excel/Google Spreadsheets?
Please share your techniques for person effort estimations as well. :)
Thanks, Sri
|
2
|
Are there any tools you prefer to use for Effort Estimation for desktop/web development projects? Or is it just Excel/Google Spreadsheets? Please share your techniques for person effort estimations as well. :) Thanks, Sri
|
||
|
|
|
|
There are a couple of different effort estimations used where I work:
The work hours are in a spreadsheet but also on the cards themselves and get updated daily so that the burndown chart can be produced. I like the idea of everyone in the team giving an initial estimate and then working to a consensus about how long something should take. While Excel may hold the data, there is something to be said for the process itself also being a tool here. This methodology is still evolving in some ways but has seemed to work pretty well for a big CMS project in ASP.Net where this has been applied. Of course the project isn't finished yet and then is already a Phase II for the next set of functionality for what is slated to be done next year though of course that is subject to change which is part of why we use Agile here, to handle the ever changing requirements as some process gets created in the company so that it isn't a handful of people maintaining the thousands of pages that is just one of the many sites the company has. |
||
|
|
|
|
I just use my guts feeling. You may be interested in the "Evidence Based Scheduling (EBS)" approach used in FogBugz. In a nutshell, their method makes team members watch and record how long it takes them to complete tasks. Then the software compares real time span with the estimated one and predicts the completion time based on the accuracy of previous estimations. So it basically takes a team member history under consideration to provide an estimate. Here's the link to the Joel's article: Evidence Based Scheduling |
|||
|
|
|
Experience. |
|||
|
|
|
Read Joel Spolsky's Evidence Based Scheduling - he talks about using FogBugz 6.0, but the principles are generally applicable wherever. |
||
|
|
|
|
Exeprience + ToDo List from AbstractSpon. I Split main task into smaller subtasks and so on, then at the end I define "time cost" for each task. |
||
|
|
|
|
Divide et empera. I.e. divide your project into manageable units and list them in a tool of your choice. (anyone will do as long as you don't need to share the information with others) Estimate the unit efforts (yes, this is where expirience and the guts come in) and add X % for integration and unplaned PITAs. ;) K |
||
|
|
|
|
I reckon:
Where:
Please disregard as a really serious answer, but i reckon this works in some cases. |
||
|
|
|
|
We use pivotaltracker.com. Like fogbugz, it provides empirical estimates. It matches our agile approach better, though, as it provides a team velocity based on "story points". I heartily recommend Agile Estimating and Planning by Mike Cohn. |
||
|
|
|
|
Break work items down into small pieces and use expert judgment - if you have experts around of course :-). One tool that we've used to validate estimates for bigger projects is Estimate, from Construx software: it's free, it creates useful and interesting reports. |
||
|
|