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 are stakeholders

1 Answers   iGate,


If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.

0 Answers  


what is agile testing?

4 Answers   IBM,


will rapid test script wizard works in web testing?

1 Answers   QA,


What is Test Coverage?

3 Answers   iNautix,






what is the difference between agile and spiral model?

1 Answers  


What is software development Life Cycle (SDLC)? where exactly the Testing activity begin in SDLC?

12 Answers   Systematix, TCS,


What is the purpose of QTP in Manual Testing?

6 Answers  


What is compatibility testing? Is there any certification available for testing, like MCP etc..?

4 Answers  


hOW WILL U ENSURE THAT U HAVE COVERED EACH AND EVERY TEST CASE

2 Answers   Hewitt,


What is way of writing testcases for database testing?

1 Answers   Crea,


what is equivalence boundary

7 Answers   Deloitte,


Categories