Computer Applications

Distinguish between Testing and Debugging

Input in Java

101 Likes

Answer

TestingDebugging
In the process of Testing, we check if the program is working as expected and find out the errors if it is not giving the expected output.In the process of Debugging, we correct the errors that were found during testing.

Answered By

64 Likes


Related Questions