White box testing is not concern with:

Options
- Statement coverage.
- Decision coverage.
- Cause and effect coverage.
- Multiple condition coverage.


CORRECT ANSWER : Cause and effect coverage.

Discussion Board
Manual testing - box testing

Answer: Cause and effect coverage

Solution: Statement coverage: statement coverage is used to calculate the coverage of the statements and for identifying all true condition and the conditions should be executed at least one time.

Decision Coverage: Decision coverage statement is used to calculate decision coverage and to identify all statements of decision condition and should be executed at least once.
Cause and effect coverage: Cause and effect coverage term is not used in white box testing.

Multiple condition coverage: It is used to evaluate all the combination of condition.

Therefore, Cause and effect coverage is correct answer.


Rohit Srivastava 07-28-2014 02:29 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