Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why effort estimation is important?



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

Post New Answer

More C Interview Questions

What is the difference between c &c++?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


What the different types of arrays in c?

0 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


I have seen function declarations that look like this

0 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


write a program to remove occurrences the word from entered text?

1 Answers  


Why doesnt the call scanf work?

0 Answers  


Categories