Answer Posted / 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 |
Post New Answer View All Answers
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
What is the test case?
Is quality control similar to quality assurance?
what is the difference between Risk based and Requirement based testing???
What are the main key components in Web applications and Client Server applications? and their differences?
How can you do the scalability testing?
What is the responsibility of programmer’s vs QA?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
what are the prerequisite conditins to test clientserver and web applications
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
What are the advantages of waterfall model?
How to do manual testing of a E-insurance project (end to end process)
what is coupling integration testing
Difference between smoke and sanity testing