Distinguish between Testing and Debugging
Answers
Answered by
5
Answer:
Testing is the process to find bugs and errors. Debugging is the process to correct the bugs found during testing. It is the process to identify the failure of implemented code. ... Debugging is done by either programmer or developer.
Similar questions