GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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 06:52:42 #2
 naren   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between testing and debuggi...
 

debugging done in the devlopment phase by the devlopers.

testing is conducted by the testers in testing phase.

in devlopment phase devloper fixes the bug (i.e)called debugging

in testing phase tester will finds the bug (i.e)called testing to improve the quality of the product

     

 

Back To Question