Answer Posted / parul gupta
Testing is potentially endless. We can not test till all
the defects are unearthed and removed -- it is simply
impossible. At some point, we have to stop testing and ship
the software. The question is when.
Realistically, testing is a trade-off between budget, time
and quality. It is driven by profit models. The
pessimistic, and unfortunately most often used approach is
to stop testing whenever some, or any of the allocated
resources -- time, budget, or test cases -- are exhausted.
The optimistic stopping rule is to stop testing when either
reliability meets the requirement, or the benefit from
continuing testing cannot justify the testing cost. This
will usually require the use of reliability models to
evaluate and predict reliability of the software under
test. Each evaluation requires repeated running of the
following cycle: failure data gathering -- modeling --
prediction. This method does not fit well for ultra-
dependable systems, however, because the real field failure
data will take too long to accumulate
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
Can you explain v model in manual testing?
test measurment techniques
What is function points??????
What is data matrix? What is the use of it?
What is localization testing (l10n testing)?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
Do you use any automation tool for smoke testing?
what are the types of Bug?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
What is severity and priority of bug? Give some example.
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
What is an error?
What is quality center? What are the modules of quality center?
can we do database testing in manual testing? then how we write the test case?