1. Testing checks for logical errors in the programs, while debugging is a process of correcting those errors in the program
  2. Testing detects the syntax errors in the program while debugging corrects those errors in the program
  3. Testing and debugging indicate the same thing
  4. All of the above
  5. None of the above
4 views

1 Answers

Answer: Option 1

Testing is the process using which we find errors and bugs. Debugging is the process using which we correct the bugs that we found during the testing process. Read ahead to know more differences between testing and debugging.

4 views