1. Testing is a process of executing a program with the intent of finding an error.
2. A good test case is one that has a high probability of finding an as-yet undiscovered error.
3. A successful test is one that uncovers an as-yet-undiscovered error
4. All tests should be traceable to customer requirements.
5. A good test has a high probability of finding an error.
6. A good test is not redundant.
7. A good test should be ―best of breed.
8. A good test should be neither too simple nor too complex.
OR
1. Finding programming defects.
2. Gaining confidence in and providing information about the level of quality.
3. To make sure that the end result meets the business and user requirements.
4. To ensure that it satisfies SRS that is System Requirement
Specifications
0 Comments