vote up 2 vote down star

Are there any studies showing time spent on various stages of a product life cycle, especially test? Actual numbers and references would be useful.

flag

76% accept rate

3 Answers

vote up 3 vote down

The time spent on stages of software development are extremely dependent on the methodology used.

I think that a good place to start your research is searching for 'software development case study' in CiteSeerX. That way you will be able to find references and the numbers that you want.

link|flag
2  
This can't be overstated. Every paper I've read assumes the use of one methodology or another in development. Intuitively, it makes sense that when you change design paradigms that it changes the time spent in each phase, but more than that, it's what you DECIDE to put into each phase. – San Jacinto Jul 8 at 11:56
vote up 0 vote down

You might take a look at this paper:

An Experimental Investigation of Software Metrics and Their Relationship to Software Development Effort

http://portal.acm.org/citation.cfm?id=65481

There are a lot of references in this paper that you can follow up on for more info.

link|flag
vote up 0 vote down

Testing is an interesting animal. As mentioned, the chosen methodology will dictate how much time should be spent testing, but in the end, it's up to the engineers to allocate test time, number of tests, number of tests for each module, etc. appropriately.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.