Open In App

Difference between Testing vs Checking

Last Updated : 16 May, 2019
Improve
Improve
Like Article
Like
Save
Share
Report

Testing:
Testing is a process of exploring, investing and learning. It is technique to find the new information and The performer of performing testing is known as testers. There are many types of testing such as:

Checking:
While Checking method that ensures the existing of something. It tells about the presence of the bugs, errors or faults. After performing the checking the output of checking is either yes or no. The performer of performing checking is known as checkers

Difference between Testing vs Checking:

S.No Testing Checking
1. Testing is the type of technique to find the new information. Checking is the method that ensures the existing of something.
2. The performer of performing testing is known as testers. The performer of performing checking is known as checkers.
3. Testing is a technique which identifies whether our tests have passed or not. Checking is a technique which tells about the presence of the bugs, errors or faults.
4. Testing tells us about how the program works and how it will not work. Checking tells us that the program can’t be failed.
5. The outcome of testing is compared with the expected result. The outcome of checking is YES or NO.
6. Testing gives the answer of the question Is there any problem. Testing gives the answer of the question Does this pass or fail.
7. In testing, generally testers doesn’t need up to date. In checking, checkers need up to date.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads