Which defects can be detected more effectively with development tests than with system and/or acceptance tests?
What is not an element of a test case in relation to the system behavior to be tested?
The possible results of every condition are tested at least once. To which coverage type does this refer?
See the specification below:
How many logical test cases can be generated if a semantic test using the coverage type decision points modified condition/decision coverage is used?
See the illustration below:
Which test situations can be differentiated when the coverage type paths test depth level 2 is used?
Which system development method is agile and contains structured guidelines for development testing?
See the specification below:
IF A AND (B OR C)
THEN error message
ENDIF
How many logical test cases are distinguished if Semantic Testing with coverage type decision points condition/decision coverage is used?