Which is not true?

Options
- Condition coverage is also known as Predicate Coverage
- 100% condition coverage does not guarantee 100% decision coverage.
- Error guessing has rules for testing
- Predicate Coverage uses Boolean values.


CORRECT ANSWER : Error guessing has rules for testing

Discussion Board
Error guessing has rules for testing

Answer: Error Guessing has rules for testing

Solution: Condition coverage is also known as predicate Coverage that is used to calculate the percentage of condition outcome
Condition coverage and decision coverage are similar
Predicate coverage or condition coverage is used to verify the execution of a condition statement as if – else, so the result always calculated in true and false or 1 and 0, so it uses Boolean values.

Error guessing testing is based on the experience of the tester, so it doesn’t have any predefined rule.

Therefore, option c is correct.


Rohit Srivastava 07-21-2014 01:56 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