vote up 0 vote down star

hello,

I am looking for test effort estimation template...Please share with me if anyone have good template.

flag

40% accept rate

2 Answers

vote up 0 vote down

There is no template because the estimation process has to be tailored to change. There are different approaches to estimation which consider different parts of the process.

For instance you can take a factor based approach and assume that testing will take 1.5 times development effort. This is a narrow-minded approach as not all testing effort is equal to 1.5 development effort.

Other approaches include doing function point analysis and estimating or estimating how many test cases can be written per day and how many can be executed per day. Do you include data setup in the testing time?

Another approach factors in the resources available, the stability of the environment, the skill of each resource and how much they can contribute to the project.

In all of this you need to consider what is being tested; a ui, a client-server system; does it include distributed services? Are you testing them? Are you just looking at functional testing or do you need to do some measure of security testing as well as load/performance and stress testing? All of which can take considerable time to execute.

Estimation should be done by an experienced tester who has worked on the types of system and preferably within the organisation before.

So there is no one template and nor is there a bunch of variables to fill out to come out with an accurate number of time. Testing takes different amounts of time, each and every time you do it. If you have defects then the rework and retest time needs to be included. How many defects will you raise? Not a question you can answer but if Steve is naively providing estimations to his testers he should also indicate how many bugs are still in there.

The fundamental thing to remember with estimation is that it is an estimate.

link|flag
vote up 0 vote down

Estimating effort is one of the hardest things to do in development and testing. In our company when a developer submits an update (complete with the formal documentation) to the Testing gang, it is the responsability of the developer to estimate the amount of testing required. I do not see how that could be otherwise.

The estimates that I give to Testing are always a bit of a guess, but in general if I develop something for a week then I would estimate 2 days testing. Obviously, this does not need work well in a ll examples and need to be adapted based on the change in question. For example, I might spend a week working on an update that can be tested very quickly.

link|flag
@Steve, Actually I want to know if the project is only for testing, then how to prepare an estimation....is there any specific fields which needs to be addressed in estimation?? – Saara Nov 6 at 8:37
In addition to my above comment, is there any specific template which I can follow for Estimation? – Saara Nov 6 at 8:38
Sorry, I don't understand what you mean. I think you need to edit your question to be clearer about what you are trying to do. – Steve Nov 6 at 9:20

Your Answer

Get an OpenID
or

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