| |
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, 2005 11:55:04 |
#3 |
| Sweetu |
Member Since: Visitor Total Comments: N/A |
RE: What is the difference between testing and debuggi... |
Testing-Locating/Identifying Bugs Debugging-Fixing the identified Bugs |
| |
Back To Question | |