+1 vote
in Class 11 by kratos

What is testing and debugging?

1 Answer

+4 votes
by kratos
 
Best answer
  1. Testing is the process of checking the program logic, by providing selected sample data and observing the output for correctness.

  2. The process of detecting the errors and correcting them in a program is called debugging.

...