How do you know when the product is tested well enough?
Answers were Sorted based on User's Feedback
Answer / dunnalot
There is no such thing as defect-free software. If there is
then it only remains defect-free for a short time as there
are always changes to requirements that cause software to
be changed and require retesting.
IMO the sign of a system that is close to being tested well
enough, is based on the type of defects being raised. The
severity is lower and the defects are more cosmetic in
nature.
| Is This Answer Correct ? | 2 Yes | 2 No |
what is defect density?
can any one please give bug reporting format of bugzilla ?
Write the function test case to add a customer to database.
what is adhoc testing n when it wil be done?
Which Server Stats are essentially monitored during a Perf test of a Web Application?
What is bug severity?
How Can I do database Testing ?
difference between test suit and test scenario? (Asked in Zensar Hyderabad today(17-1-12010))
How will u write the test case if u dont have the requirements and ahve the similar application
what is the purpose of using Tracability Matrix and how can you tell that testing has been succseed.
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
One Project is developed on VB+Access it is working properly they are planning to change with backend Oracle . What type of testcases we can write?