-1
votes
3answers
39 views
How do estimate the time line to an Research and Development task
What should be the main point to keep in mind when estimating the time for Research and Development task. Suppose I have to estimate "ABC" task using "WPF" technology and I have no …
1
vote
2answers
61 views
How to use linear interpolation estimate current position between two Geo Coordinates?
I have the following available:
last reported lat,lon w/timestamp
target lat,lon
estimated time to target
heading
How can I interpolate an estimated position over time?
I know …
1
vote
7answers
94 views
How to work unestimatable tasks into a scrum sprint?
I am the scrum master for a small team of 4 developers. The project we are working on has a lot of tasks that we have never done before and cannot easily estimate in a sprint plan …
8
votes
12answers
276 views
Software Project - Time Estimation
Hi,
I am new to software project time estimation.
I have learned that people are using some techniques such as ‘Function point analysis’ , ‘Cocomo model’ etc.
Can you tell me th …
1
vote
3answers
67 views
How to add/merge several Big O’s into one
If I have an algorithm which is comprised of (let's say) three sub-algorithms, all with different O() characteristics, e.g.:
algorithm A: O(n)
algorithm B: O(log(n))
algorithm C: …
1
vote
4answers
58 views
Cost of system integration?
On the software development projects that you have worked on, what has been the approximate cost (expressed as a percentage of total system cost) of system integration? System int …
1
vote
5answers
70 views
Unit for estimating hours in Scrum tool
Hello,
I've been learning Scrum and trying a tool called Acunote for use with it. My question is about two fields I have there, for each task. They're "estimate" and "remaining". …
4
votes
6answers
143 views
How to manage agile development when the team is not stable?
I have been using agile approaches (XP and Scrum) for my projects for several years with great results. But in all cases, all members of the dev team were committed 100% to the pro …
2
votes
12answers
124 views
How to decide when to script something rather than do it manually?
Sometimes I find myself needing to do something that could be automated or could be manual. E.g. I just ran a particular script 8 times, making a small change in between each run. …
40
votes
53answers
3k views
Do you inflate your estimated project completion dates?
Do you inflate your estimated completion dates? If so why? How much?
I tend to inflate mine a little because I can be overly optimistic.
3
votes
5answers
168 views
Tough Client Management Situation
Ok here's the story:
I manage a team of 3 developers that have been working on, and recently completed, a 1 1/2 year project for one of our largest clients. The project is a web a …
0
votes
2answers
58 views
can anyone please suggest me a good test effort estimation template
hello,
I am looking for test effort estimation template...Please share with me if anyone have good template.
8
votes
7answers
138 views
Is LOC correct parameter for project estimation?
Is LOC correct parameter for project estimation?
there are so many scenarios where complexity takes much more time for a single line of code,
other than LOC what could be the sugg …
0
votes
7answers
152 views
estimating of testing effort as a percentage of development time
Does anyone use a rule of thumb basis to estimate the effort required for testing as a percentage of the effort required for development? And if so what percentage do you use?
11
votes
5answers
156 views
How many hours of code review for each hour of development time, approximately?
We're trying to get a budget together for a new project. We would like to break out code review time separately. What's a good rule of thumb for how many hours of code review are …
