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  >  Tech FAQs  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 447 of 638    Print  
What is code coverage analysis?what is code coverage testing? urgent reply me.how to perform?Is this done by testers or developers

  
Total Answers and Comments: 4 Last Update: November 19, 2007     Asked by: annapoorna 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 24, 2007 07:04:54   #1  
gopal        

RE: What is code coverage analysis?what is code covera...
Code-Coverage Analysis gives you an insight into what parts of the production code are executed when the tests are run.
 
Is this answer useful? Yes | No
February 06, 2007 03:58:17   #2  
vel        

RE: What is code coverage analysis?what is code covera...
This a purly a white box testing so surly developer wants to test that.
 
Is this answer useful? Yes | No
February 07, 2007 01:35:14   #3  
Minty        

RE: What is code coverage analysis?what is code covera...
But how do you test your tests? How do you find code that is not yet tested -- or, in other words, not yet covered by a test? How do you measure testing completeness? All these questions are answered by a practice called Code-Coverage Analysis. Code-Coverage Analysis gives you an insight into what parts of the production code are executed when the tests are run.Code coverage analysis is a structural testing technique. Structural testing compares test program behavior against the apparent intention of the source code. This contrasts with functional testing which compares test program behavior against a requirements specification. Structural testing examines how the program works, taking into account possible pitfalls in the structure and logic. Functional testing examines what the program accomplishes, without regard to how it works internally. The basic assumptions behind coverage analysis tell us about the strengths and limitations of this testing technique.Any additions to the anwers r welcomed :)
 
Is this answer useful? Yes | No
November 19, 2007 00:50:00   #4  
nikhilk265 Member Since: November 2007   Contribution: 4    

RE: What is code coverage analysis?what is code covera...
Code coverage testing is white box testing technique. This can be done by developer if it is unit level or tester if it is other than unit level.
Some tools like Jcover,Junit which are used for coverage testing which shows how much code has been covered.The part which has not covered may have logical errors. 

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape