Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the difference b/w test case and scenario?

4 Answers  


what r the reviews r u involing between the testcase writing and execution of those testcases?

2 Answers   MBT,


What is the sdlc? what is the mannual tester roles? Write test case............? Sqlquerries...? How many test cases do you write down  perday.........?

2 Answers  


what is a Bug, Defect, Error & Failure ?

10 Answers  


What is Smoke Testing

5 Answers  


i got my Quality center cd from Nageswararao institute?can any body help me how to install it?

2 Answers  


Can any one give an example of having high priority and low seveority

2 Answers   Mphasis, Nokia,


what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application

0 Answers  


Difference between Test Case & Use Case?

6 Answers   TCS,


What are the differences in testing a client-Server and a web Application

5 Answers   AZTEC, HCL,


what is stand alone application?

1 Answers  


Hi,Please can any one tell me about SAP Testing concepts.

0 Answers  


Categories