Testing is the process to uncover all the errors.
TESTING OBJECTIVES:-
1. Testing is the process of executing the program to find all the erros.
2. A Group test has a high probability of finding errors.
3. A Successful test uncovers all the errors that have not been found .
TESTING PRINCIPAL:-
· The Test should be according to the customers requirement.
· There should be a planning for testing before starts.
· The pareto principle implies that 80 percent of the errors uncovered during testing will likely be traceable to 20 percent of all the program component.
· Testing should be begin “in the small” and progress towards testing “in the large”
· Exhaustive testing is not possible . it is imposible to execute every combination of paths during testing , it is possible however to adequately cover program logic and to ensure that all the conditions in the component level design have been exervised.
· To be most effective , testing should be conducted by an independent third party.
0 comments:
Post a Comment