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

 Print  |  
Question:  Bug Isolation

Answer: What is Bug isolation? Give some example in C++


March 03, 2009 03:08:46 #1
 mathan_vel   Member Since: December 2007    Total Comments: 350 

RE: Bug Isolation
 
The indicated bug not only there in one covered area, it should predicate to other places too...
suppose if a function is defined and parameter is passed with different set variables.
the simillar function is used in many areas with overriding concept
if the bug is there in the Variable passing parameter.. the same kind of bug would be there in the another function call places also..
Which means the same bug effect in another areas with multiple set...

Tester can looked out this kind of bugs by Overrun the execution phase
     

 

Back To Question