Debugging is the consequence of successful testing.
Debugging is finding the error and report it with the intention of fixing it via developer,known as Debugging.
also
Testing is nothing but finding an error/problem and its done by testers where as debugging is nothing but finding the root cause for the error/problem and that is taken care by developers.
also take into consideration
A defect is found by the tester.
A bug is _ defect found by tester and accepted by the developer.
Leave a comment