What is Coverage status, what does it do?

Showing Answers 1 - 5 of 5 Answers

Tripti

  • May 8th, 2006
 

Hi,

   Coverage status is percentage of testing covered at a given time. If you have 100 test cases in a project and you have finished 40 test cases out of total  test cases than your coverage status of the project is 40%.Coverage status is used to keep track of project accomplishment to meet the final deadline of the deliverables. 

Let me know any question or comment.

Tripti

  Was this answer useful?  Yes

Abhishek Chakhiyar

  • Oct 11th, 2006
 

hi

There are two Coverage:-

1.code Coverage =means "How Many lines of Code are covered during your testing process"

2.Test Coverage="How may Test case/tests are covered from total  no of test case/test ."

for further query plz letme know

Abhishek

+91 9449544028

  Was this answer useful?  Yes

shkha

  • Apr 18th, 2007
 

Another word for coverage status is matrix checking How much testing is finished?
How many test cases are passed?
How many of them are failed?
How many of them have bug

  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