Pages

Oct 20, 2010

Debugging vs Testing

Debugging
* Debugging done in the devlopment phase by the devlopers.
* In devlopment phase devloper fixes the bug (i.e)called debugging.
* Debugging-Fixing the identified Bugs.
* Debugging is the act of fixing the bugs that is reported by either the testing team or by the end users.
* Debugging: It is done by the Developer. It is nothing but fixing the developer.

Testing
* Testing is conducted by the testers in testing phase.
* In Testing phase tester will finds the bug (i.e)called testing to improve the quality of the product.
* Testing-Locating/Identifying Bugs.
* Testing is the performed by tester with the intent of finding a bug in an application. Upon finding a bug the tester will be reporting it to development team.
* Testing: It is done by Tester.Testing is nothing but finding out the errors.

2 comments: