what is test coverage?

Answers were Sorted based on User's Feedback



what is test coverage?..

Answer / raamu

a)ensure that all possible secnarios coverd according to
requirement by applying testing technics


b)ensure that atleast one test case is avilable for each
requirement given by client...

Is This Answer Correct ?    7 Yes 1 No

what is test coverage?..

Answer / kavita

Test coverage is the degree to which a program has been
tested. There are 5 kinds of Test coverage
1. Function coverage - Has each function in the program
been executed?
2. Statement coverage - Has each line of the source code
been executed?
3. Condition coverage (also known as Branch coverage) - Has
each evaluation point (such as a true/false decision) been
executed?
4. Path coverage - Has every possible route through a given
part of the code been executed?
5. Entry/exit coverage - Has every possible call and return
of the function been executed?

Is This Answer Correct ?    3 Yes 0 No

what is test coverage?..

Answer / manchisuneel

Testcase coverage gives information about number of testcases
created ,number of testcase executed number of testcases passed,number testcases failed, for a particular release. finally it gives information about what testing done for different requirements in terms of percentage

Is This Answer Correct ?    0 Yes 0 No

what is test coverage?..

Answer / mfsi_priyankaa

Test coverage - A measure of the proportion of a program
exercised by a test suite, usually expressed as a
percentage. This will typically involve collecting
information about which parts of a program are actually
executed when running the test suite in order to identify
which branches of conditional statements which have been taken.

Is This Answer Correct ?    0 Yes 0 No

what is test coverage?..

Answer / s srinivas reddy

A measure of the proportion of a program exercised by a test
suite, usually expressed as a percentage. This will
typically involve collecting information about which parts
of a program are actually executed when running the test
suite in order to identify which branches of conditional
statements which have been taken.

The most basic level of test coverage is code coverage
testing and the most methodical is path coverage testing.
Some intermediate levels of test coverage exist, but are
rarely used.

The standard Unix tool for measuring test coverage is tcov,
which annotates C or Fortran source with the results of a
test coverage analysis. GCT is a GNU equivalent.

Is This Answer Correct ?    0 Yes 1 No

what is test coverage?..

Answer / geethathiraviam

test coverage is nothing but the number of test cases
executed out of available test cases

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

a apllication is given to you but the requirements and functionalities are missing what will you do to start the testing?

10 Answers   Wipro,


What is the responsibility of programmer’s vs QA?

0 Answers   3i Infotech,


Mention 3 test component areas which gave lots of bugs & had lots of difficulties in testing it ?

1 Answers  


what is mean by extensive testing?

2 Answers  


what are the outcomes of system testing?

2 Answers  






Hi, My name is Dinesh.I want to prepare for ISTQB certification , So can anyone please email me the syllabus of it and what is criteria for giving exam.Please email me answers at: dinesh0323@live.com

2 Answers  


we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing

9 Answers  


Tell the test cases to test Login Password screen?

7 Answers   CybAge,


could any body plz let me know which is best training institute for telecome testing in hyderabad?

0 Answers  


in manual testing functional testing means to check the behviour of the appln.it is correct or let me know

4 Answers  


WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & ACTIONS IN QTP? WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & PROCEDURE IN QTP? DIFF BETWEEN ACTION AND REUSABLE ACTION?

1 Answers   RBS,


Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com

0 Answers  


Categories