Computer Science, asked by ajayjpatil1810, 11 months ago

What is difference between testing and debugging?

Answers

Answered by writetolak
9

Testing - process of finding bugs or errors in a software product.This can done manually by tester or test cases can be automated.

Debugging- Fixing the errors or bugs that was found in the testing phase.Programmer is responsible for debugging and thus it cant be automated

Similar questions