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
Functional and Integration test scenarios for actitime application
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
How do you go about testing a project?
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
What is common interface?
what is e-tester?
What is baseline testing?
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?
14.What is function point breakdown?
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
write the test case for Bulb & Mobile phone
What is bottom-up approach?