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
what is diffrence between dynamic black box testing and dynamic white box testing
How do you know the code has met specifications?
What is Difference between Test Strategy and Test Methodology?
According to RBI rule how much money can be transferred through online banking at one time...?
what is the critical defect in telecom domain?help me out from this prob its very urgent
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?
What is the difference between pilot and beta testing?
Write a Test scenario for Outlook Search functionality.
What is difference between Build, Version and Release
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
What kind of input do we need from the end user to begin proper testing?
Hello everybody, How many people do you think one sprint team can have in average?
Explain the procedure & path of s/w in testing?
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)
Explain the manual testing process?