ISTQB Quiz
nav.blog試験セット問題練習クイズ
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

ISTQB Foundation Level 無料練習テスト

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

ホーム/問題/#183
問題 183ISTQB CFTL 2018 Sample Questions Exam set C

You are testing an unattended gasoline pump that only accepts credit cards. Once the credit card is validated, the pump nozzle placed into the tank, and the desired grade selected, the customer enters the desired amount of fuel in gallons using the keypad. The keypad only allows the entry of digits. Fuel is sold in tenths (0.1) of a gallon, up to 50.0 gallons. Which of the following is a minimum set of desired amounts that covers the equivalence partitions for this input?

選択肢

A.0.0, 20.0, 60.0✓
B.0.0, 0.1, 50.0
C.0.0, 0.1, 50.0, 70.0
D.-0.1, 0.0, 0.1, 49.9, 50.0, 50.1

正解

A: 0.0, 20.0, 60.0

この試験セットで練習するすべての問題を見る

この試験の他の問題

#159

What is quality?

#160

Which of the following is a typical test objective?

#161

A phone ringing in an adjac ent cubicle momentarily distracts a programmer, causing the programmer to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values. The improperly coded logic for the upper boundary check is:

#162

A product owner says that your role as a tester on an Agile team is to catch all the bugs before the end of each iteration. Which of the following is a testing principle that could be used to respond to this statement?

#163

Programmers often write and execute unit tests against code which they have written. During this self- testing activity, which of the following is a tester mindset that programmers should adopt to perform this unit testing effectively?