Question:
What is exact difference between Debugging & Testing?
Answer:
If a defect/error is found by developer side that is called Debug and the process is called Debugging and if any defect is found by tester side is called testing Source: CoolInterview.com
Answered by: gayatri | Date: 9/10/2008
| Contact gayatri
An Error is found by the developer. A defect is found by the tester. A bug is _ defect found by tester and accepted by the developer. Source: CoolInterview.com
Answered by: sushma kommineni | Date: 10/7/2008
| Contact sushma kommineni
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. Source: CoolInterview.com
Answered by: Mahesh | Date: 12/17/2008
| Contact Mahesh
debugging- is removing the bug and is done by developer.
testing - is identifying the bug and is done by tester. Source: CoolInterview.com
Answered by: aditi | Date: 5/6/2009
| Contact aditi
Debugging is the consequence of successful testing. Debugging starts with the results from the execution of test cases. Source: CoolInterview.com
Answered by: Ravikanth Varma | Date: 6/17/2009
| Contact Ravikanth Varma
Testing is nothing but finding an error/bug and its done by testers, where as debugging is nothing but finding the root cause for the error/bug and resolving them, that is taken care by developers.
Source: CoolInterview.com
Answered by: sudharsan | Date: 8/5/2009
| Contact sudharsan
debugging is a type of technique to find error in the application. Its a part of white box testing or unit testing. Source: CoolInterview.com
Answered by: devesh | Date: 3/4/2010
| Contact devesh
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|