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

ISTQB Quiz

ISTQB Foundation Level 無料練習テスト

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

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

You are testing a mobile app that allows users to find a nearby restaurant, based on the type of food they want to eat. Consider the following list of test cases, priorities (smaller number is high priority), and dependencies, in the following format: Test case number Test condition covered Priority Logical dependency 01.001 Select type of food 3 none 01.002 Select restaurant 2 01.001 01.003 Get directions 1 01.002 01.004 Call restaurant 1 01.002 01.005 Make reservation 3 01.002 Which of the following is a possible test execution schedule that considers both priorities and dependencies?

選択肢

A.01.001, 01.002, 01.003, 01.005, 01.004
B.01.001, 01.002, 01.004, 01.003, 01.005✓
C.01.003, 01.004, 01.002, 01.001, 01.002
D.01.001, 01.002, 01.004, 01.005, 01.003

正解

B: 01.001, 01.002, 01.004, 01.003, 01.005

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

この試験の他の問題

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