Difference between Debugging and Testing


Testing aims at finding an error where as Debugging is the process that results in the removal of the error.Debugging occurs as a consequence of successful testing.