What do you mean by coverage and what are the different
types of coverage techniques?
Answer Posted / susmitha
Coverage is a form of white box testing activity. It
describes the measure to which the code has been tested The
following are the types of coverage techniques
* Statement Coverage - Execute all statements at least once.
* Decision Coverage- Execute each decision direction at
least once.
* Condition Coverage - Execute each decision with all
possible outcomes at least once.
* Decision/Condition Coverage - Execute all possible
combinations of condition outcomes In each decision. Treat
all iterations as two-way conditions exercising the loop
zero times and one time.
* Multiple Condition Coverage - Invoke each point of
entry at least once.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
tell wat u did in ur banking project?
Test Cases For Router&Switch
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
What is common interface?
How to do security implementation for any URL??
How could you present test strategy for the product testing?
What is the main use of preparing a traceability matrix?
What is Application Performance testing and Operational performance testing
Explain the difference between severity and priority.
On login window for username and password auto populated field means what !
Why should you care about objects and object-oriented testing?
how will you test transfer funds module...explain in detail
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?