ISTQB Quiz
BlogExam SetsQuestionsPractice Quiz
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Free ISTQB Foundation Level Practice Tests

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Home/Questions/#27
Question 27CTFL 4.0 Sample Exam3 2

You have been given the following conditions and results from those condition combinations. Given this information, using the decision table technique, what is the minimum number of test cases you would need to test these conditions? Conditions: Valid cash Valid credit card Valid debit card Valid pin Bank accepts Valid Selection Item in Stock Results: Reject Cash Reject Card Error Message Return Cash Refund Card Sell Item

Answer Options

A.7
B.13
C.15✓
D.18

Correct Answer

C: 15

Explanation

C is correct. See table below. Conditions: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Valid cash T T T F Valid credit card T T T T F Valid debit card T T T T T F Valid pin T F T T T Bank accepts T F T T T F T T Valid Selection T F T T F T T F T Item in Stock T F T F T F Results: Reject Cash X Reject Card X X X X X Error Message X X X X X X X Return Cash X X Refund Card X X X X Sell Item X X X

Practice This Exam SetView All Questions

More Questions from This Exam

#1

When the tester verifies the test basis while designing tests early in the lifecycle, which test objective is being achieved?

#2

In some Agile teams, people are encouraged to use their skills to help the team, regardless of their role. This could mean that testers help the developers write code and developers help testers test. What is this approach called?

#3

Which of the following is a correct statement?

#4

Why is it important to avoid the principle of tests wearing out?

#5

When following a standard test process, when should the test control activity take place?