ISTQB Quiz
BlogPrüfungssetsFragenÜbungsquiz
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Kostenlose ISTQB Foundation Level Übungstests

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Startseite/Fragen/#366
Frage 366ISTQB CTFL v4.0 Sample Exam C

You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table. R1 R2 R3 C1: First attempt at the exam? - - F C2: Theoretical exam passed? T F - C3: Practical exam passed? T - F Issue a driving license? X Request additional driving lessons? X Request to take the exam again? X What test data will show that there are contradictory rules in the decision table?

State diagram showing hotel room booking flow: START → REQUESTING → WAITING LIST → CONFIRMED → END, with decision paths for availability and cancellation
R1R2R3
C1: First attempt at the exam?--F
C2: Theoretical exam passed?TF-
C3: Practical exam passed?T-F
Issue a driving license?X
Request additional driving lessons?X
Request to take the exam again?X

Antwortmöglichkeiten

A.C1 = T, C2 = T, C3 = F
B.C1 = T, C2 = F, C3 = T
C.C1 = T, C2 = T, C3 = T and C1 = F, C2 = T, C3 = T
D.C1 = F, C2 = F, C3 = F✓

Richtige Antwort

D: C1 = F, C2 = F, C3 = F

Dieses Prüfungsset übenAlle Fragen ansehen

Weitere Fragen aus dieser Prüfung

#345

Which of the following is a typical test objective?

#346

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

#347

The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

#348

Which TWO of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

#349

Given the following testware: 1. Coverage items 2. Change requests 3. Test execution schedule 4. Prioritized test conditions And the following test activities