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

ISTQB Quiz

ISTQB Foundation Level 無料練習テスト

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

ホーム/問題/#26
問題 26CTFL 4.0 Sample Exam3 2

You are testing a thermostat for a heating/air conditioning system. You have been given the following requirements: • When the temperature is below 70 degrees, turn on the heating system • When the temperature is above 75 degrees, turn on the air conditioning system • When the temperature is between 70 and 75 degrees, inclusive, turn on fan only Which of the following is the minimum set of test temperature values to achieve 100% two-value boundary value analysis coverage?

選択肢

A.70, 75
B.65, 72, 80
C.69, 70, 75, 76✓
D.70, 71, 74, 75, 76

正解

C: 69, 70, 75, 76

解説

C is correct. For the heating system, the values to test are 69, 70 For the air conditioning system, the values are 75, 76 For the fan only, the values are 69, 70, 75, 76 <-- 69 | 70 – 75 | 76  The proper test set combines all these values, 69, 70, 75, 76

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

この試験の他の問題

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