how much testing is enough.and why documentation is needed

Answers were Sorted based on User's Feedback



how much testing is enough.and why documentation is needed..

Answer / priyanka

It totally depends on the exit criteria.
There are 7 exit criteria' s to stop testing
1. As soon as the release time is achieved
2. As soon as the budget is exhausted
3. When all of the planned testing is achieved with no major
pending issues
4. When the residual risk is minimal with no major pending
issues
5. When certain percentage of coverage is achieved in terms
of requirements/code/risks with no major pending issues.
It is also called thoroughness messure.
6. When predicted no. of defects are found with no more
major pending issues.
7. Based on testing, sufficient info is generated &share
with stake holders in letting them decide abt release.


DOCUMENTATION is necessary because
1. Maintaining documentation we can check the process.
2. find the defects easily.
3. requirements can be mapped.and can check whether each and
every req has been covered or not.
4. If defects are documented we can test whether the defect
functionality has been fixed properly.
5. In future if we get any project related to the same
domain we can use the metrics, also we will know which
module has to be concentrated the most

Is This Answer Correct ?    3 Yes 0 No

how much testing is enough.and why documentation is needed..

Answer / kalesha

if most of your test cases executed successfully based on
test matrix.. one can stop testing the release the application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What made you pick testing over another career?

1 Answers  


What are the disadvantages of manual testing?

0 Answers  


Who does integration testing ? Developer or Test Engineer?

7 Answers  


what is the use of testing? is testing compulsary

16 Answers   Satyam, Sonata,


what are the add-ins needed to test .net and c# projects?

1 Answers  






What is the Manual Testing?

6 Answers  


what is agile testing?

1 Answers  


Why you think tester is more important for good quality of the product?

9 Answers  


What is a Test Build Manager?

1 Answers  


What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000

0 Answers   TCS,


what are the defferent defect statuses?

4 Answers   AppLabs,


Without exact specification can we write test case for functional testing?

1 Answers  


Categories