What is Code Coverage

An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional attention.

Showing Answers 1 - 4 of 4 Answers

supraja

  • Mar 24th, 2006
 

It is a measure used in software testing.It describes the degree to which the source code of a program has been tested.It is distinct from black box testing methods because it looks at the code directly,rather than other measures such as software functions or object interfaces.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions