ISTQB Quiz
BlogPrüfungssetsFragenÜbungsquiz
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Kostenlose ISTQB Foundation Level Übungstests

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Startseite/Fragen/#139
Frage 139ISTQB CFTL 2018 Sample Questions Exam set A

The following statement refers to decision coverage: “When the code contains only a single ‘if’ statement and no loops or CASE statements, and its execution is not nested within the test, any single test case we run will result in 50% decision coverage.” Which of the following statement is correct?

Antwortmöglichkeiten

A.The statement is true. Any single test case provides 100% statement coverage and therefore 50% decision coverage.
B.The statement is true. Any single test case would cause the outcome of the “if” statement to be either true or false.✓
C.The statement is false. A single test case can only guarantee 25% decision coverage in this case.
D.The statement is false. The statement is too broad. It may be correct or not, depending on the tested software.

Richtige Antwort

B: The statement is true. Any single test case would cause the outcome of the “if” statement to be either true or false.

Dieses Prüfungsset übenAlle Fragen ansehen

Weitere Fragen aus dieser Prüfung

#119

Which one of the following answers describes a test condition?

#120

Which of the following statements is a valid objective for testing?

#121

Which of the following statements correctly describes the difference between testing and debugging?

#122

Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

#123

Mr. Test has been testing software applications on mobile devices for a period of 5 years. He has a wealth of experience in testing mobile applications and achieves better results in a shorter time than others. Over several months Mr. Test did not modify the existing automated test cases and did not create any new test cases. This leads to fewer and fewer defects being found by executing the tests. What principle of testing did Mr. Test not observe?