Decision/Branch coverage strategy,

Options
- always satisfies statement coverage
- is used in black box testing
- means that every branch direction is traversed atleast once
- is the same as condition coverage


CORRECT ANSWER : means that every branch direction is traversed atleast once

Discussion Board
Software testing

Answer: means that every branch direction is traversed at least once
Solution: Decision coverage: Decision coverage or branch coverage is a white box testing techniques that is used to calculate the coverage of the decision statements. Decision statement like If statement, it has 2 exits one is true and second is false, in decision coverage we determine that every exit or statement of decision should be traversed at least once.
Therefore, option C is the correct answer.


Rohit Srivastava 07-28-2014 06:07 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement