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 |
What is adt in c programming?
Why isnt there a numbered, multi-level break statement to break out
what is the difference between procedure oriented and object oriented progaming language
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Tell me what are bitwise shift operators?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is huge pointer in c?
What is the purpose of the statement: strcat (S2, S1)?
What is pivot in c?
If we give two names then this displays the connection between the two people. It is nothing but flames game
What is printf () in c?