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 are the different test deliverables?

6 Answers   Covansys,


What is a Recovery Testing

10 Answers   Cisco,


how to write testcase for this particular textbox.i have textbox and it accepts only values from 1-9.how to write testcases for this using bva and ecp?need some more testcases any sites which provide testcases information? mainly for webapplication.

3 Answers  


Which are different types of review ?

7 Answers  


What is the difference between unit testing and integration testing?

3 Answers  






What is configuration Management What is change management What are Severity and priority levels What is Data integrity and Data validity What are the browsers available and explain their versions Is it possible that Quality variates project to project What are GUI Map files and explain their Contents What is Data base check point and why we go for that What is the difference between the Client server application and a Web application Does Winrunner Supports Web applications What is process Management What is an Error, Defect, Bug What is Quality Which version of Winrunner you are using What is Build Verification and why we go for it What is Defect density What is Integration testing What is Static testing and types of Static testing What is Validation testing what is Data driven testing and why we go for data driven testing what is the definition of Testing What is Sanitation Testing

1 Answers   Semantic Space,


Hi, I need Quality Center user guide.Can any one tell from where I can get it? Thanks, Smita

2 Answers  


what is the diff b/w bug and defect?

5 Answers  


When we use Comparison Testing ?

2 Answers   Crea,


Who is the father of Software Testing? Who has invent the water fall model? Who has invent the spiral model? Who has invent the prototype model? Who has invent the v-v model? Who has invent the Hybrid model?

1 Answers  


My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?

0 Answers  


what is Test Responsibility matrix?

3 Answers  


Categories