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

ISTQB Quiz

ISTQB Foundation Level 無料練習テスト

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

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

You are testing an e-commerce system that sells cooking supplies such as spices, flour, and other items in bulk. The units in which the items are sold are either grams (for spices and other expensive items) or kilograms (for flour and other inexpensive items). Regardless of the units, the smallest valid order amount is 0.5 units (e.g., half a gram of cardamom pods) and the largest valid order amount is 25.0 units (e.g., 25 kilograms of sugar). The precision of the units field is 0.1 units. Which of the following is a MINIMAL set of input values that cover the equivalence partitions for this field?

選択肢

A.10.0, 28.0
B.0.4, 0.5, 25.0, 25.1
C.0.2, 0.9, 29.5✓
D.12.3

正解

C: 0.2, 0.9, 29.5

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

この試験の他の問題

#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?