why effort estimation is important?
Answer / sevak.yatrik777
If we go by quality standards the sizing of software testing
effort has to be done before the tester(s) start writing the
test cases for the purpose. The estimate will clearly draw
out of the functional specifications signed off between the
customer and vendor. Without sizing the Testing manager can
never create a testing plan based on which he will decide
the number of days and persons required to write test cases,
perform testing, draw out the testing results, submit the
result report to development team and get the reported bugs
resolved. The plan will comprise of time-line and no. of
persons required for each of this phase in the sequence
mentioned above.
To calculate a reasonable testing time-line estimate based
on functional specifications there are certain guidelines
that need to be followed: the person who is planning has to
have ample business and testing knowledge. Unless (s)he has
the right business knowledge (s)he will not be able to
select the right persons for writing test cases, or able to
guide them on the critical business rules and processes
written in the software to hit upon. In that case the best
of the test cases will lack the complete coverage and
accuracy in testing. The software may lack bug-proofing at
the end and customer will be the sole sufferer. Ultimately
it is going to effect the software, and the organization
that built it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we write conio h in c?
why we use pointer in c
Can you tell me how to check whether a linked list is circular?
I need a sort of an approximate strcmp routine?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
How are variables declared in c?
Explain what are bus errors, memory faults, and core dumps?
If null and 0 are equivalent as null pointer constants, which should I use?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
What are the types of unary operators?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.