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  >  Software Testing

 Print  |  
Question:  What would be strategy to fix bugs in an unknown piece of code?



July 07, 2005 04:36:26 #1
 Binny Jose   Member Since: Visitor    Total Comments: N/A 

RE: What would be strategy to fix bugs in an unknown piece of code?
 
Do not go for a dump coding to an unknown code. First do R&D in that code and test what it actually does. Debug the code and find the exact position of bug reported.Now correct it according to the requiremnent specified in SRS.
     

 

Back To Question