What is code coverage?

Answers were Sorted based on User's Feedback



What is code coverage?..

Answer / varsha

Code coverage is a measure for white box testing.It is used
to determine what percent of structure of code is executed
by exercised test cases.
Below are the types of code coverage.

1)Statement Coverage.
2)Path Coverage.
3)Decision Coverage.
4)Condition Coverage.

for instance Statment coverage is percentage of statements
executed by designed test caes.

Is This Answer Correct ?    10 Yes 0 No

What is code coverage?..

Answer / srikanth.n

Code coverage is a measure for white box testing.It is used
to determine what percent of structure of code is executed
by exercised test cases.
Below are the types of code coverage.

1)Statement Coverage.
2)Path Coverage.
3)Decision Coverage.
4)Condition Coverage.

for instance Statment coverage is percentage of statements
executed by designed test caes

Is This Answer Correct ?    2 Yes 1 No

What is code coverage?..

Answer / rajesh.pothina

Code coverage is nothing but testing the whole code once to
checking whether it is up to testing or not.

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Manual Testing Interview Questions

WHAT IS BUG LIFE CYCLE YOU FOLLOW?

2 Answers   RBS,


What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?

0 Answers  


Can you explain inventories?

1 Answers  


how far the test tracability matrix hepls in regression testing ?

6 Answers  


what kind of document are follow to write test case ??can u tell me briefly

3 Answers  






what is the path for test director,where the test cases are stored ?

1 Answers  


How to conduct Regression Testing Manually?

9 Answers   FIC,


what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?

3 Answers   Intelligroup,


Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?

0 Answers  


A defect posted by another tester, and it is fixed, and that fixed bug has come to you for testing, and you don't know the functionality, what do you do ?

3 Answers  


From whom do u gather the use case document?

1 Answers  


what is the methodology you are using in ur company?

3 Answers  


Categories