| |
GeekInterview.com > Interview Questions > Testing > Testing Basics
| Print | |
Question: What is the difference between testing and debugging?
Answer: Big difference is that debugging is conducted by a programmer and the programmer fix the errors during debugging phase. Tester never fixes the errors, but rather find them and return to programmer. |
| September 09, 2006 06:50:29 |
#10 |
| pavanswapna |
Member Since: September 2006 Total Comments: 12 |
RE: What is the difference between testing and debuggi... |
Testing: It is done by Tester. Testing is nothing but finding out the errors Debugging: It is done by the Developer. It is nothing but fixing the bugs |
| |
Back To Question | |