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 General

 Print  |  
Question:  Describe your experiences with code analyzers.



June 06, 2007 01:26:16 #1
 ganesh_salpure   Member Since: June 2007    Total Comments: 20 

RE: Describe your experiences with code analyzers.
 
I will share my exp of code analyzer. I have used coverity for code analysis. Coverity is a static code analysis tools. You run coverity on your piece of code to find bugs like un-initialized variables, un-initialized pointers, memory leaks to some extent, dead code (code which can never execute no matter what condition is met), etc.
     

 

Back To Question