Generally How do we do Test Estimation.
Anybody can expalin this with example.
Thanks in advacne..Venkat
Answers were Sorted based on User's Feedback
Answer / pandu
Test Estimation is nothing but Manhours needed to complete
testing. It depends on
The complexity of the project.
No. of resouces available.
Resoure exeperience.
Dead line of the project.
And all other risks on the project will decide the Test
Extimation. Generely high level people (PL,TL) will do this
work.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raj
Test Estimation is a process, the output of which will give
manager an input for further planning on resource and time
requirement.The output of test estimation is usually will
be man hours required for estimated number of test
scenarios.
The reference document for TE can be requirement
specification document,design document.There are lot of
techniques available to estimate testing efforts. The
simplest method is to list out all the functions in a module
and than count 1 test cases for each path in the function.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manjunath
Hi
1) Test Estimation is Usually 30% of Total standard
manhours available for entire project ex: - if we have 1000
man hours then f.or testing we need 300 manhours
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jason bourne
Test Estimation :
TE is the time and resources required for testing.
How is it done?
It done by checking the Number of Test Cases Written
(Manual/Autoamted) by the no. of days one resouce can
execute the Test cases.
Is This Answer Correct ? | 1 Yes | 4 No |
In manual testing (web based testing)interview, interviewer asked me "How you connect to the database?" What is the answer for this question
WHAT EXACTLY A TEST PLAN CONTAINS? WHAT ARE ENTER & EXIT CRITERIA OF A TEST PLAN?
What You will do after you find a bug ?
Plz anyone help me to write testcases for squar,Triangle,Rectangle and Circle.
whatis test biuld manager?
I give you a functional requirement document(FRD) of 10 pages.Now you tell me,how to calculate Test effort,As i Need to say to the client ?
how u will do the load,stress and performance testing manually ?
What is a Show Stopper?
what are the various levels of testing?
Hi, Plz have a look on the following questions? Test Life Cycle, Regression,Performance, diff b/w system & integration, SDLC..
Can Anybody tell me What is diff. in Win2k namd Win-XP Thanks in advance
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..