ISTQB Quiz
BlogBộ đề thiCâu hỏiLuyện thi
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Ôn Thi ISTQB Foundation Level Miễn Phí

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Trang chủ/Câu hỏi/#222
Câu 222ISTQB CTFL 2018v3.1 Sample Exam C

A batch application has been in production unchanged for over two years. It runs overnight once a month to produce statements that will be e-mailed to customers. For each customer, the application goes through every account and lists every transaction on that account in the last month. It uses a nested-loop structure to process customers (outer loop), each customer’s accounts (middle loop), and each account’s transactions (inner loop). One night, the batch application terminates prematurely, failing to e-mail statements to some customers, when it encounters a customer with one account for which no transactions occurred in the last month. This is a very unusual situation and has not occurred in the years since this application was placed in production. While fixing the defect, a programmer asks you to recommend test techniques that are effective against this kind of defect. Which of the following test techniques would most likely have been able to detect the underlying defect?

Các đáp án

A.Decision testing
B.Statement testing
C.Checklist-based testing
D.Error guessing

Đáp án đúng

:

Luyện thi bộ đề nàyXem tất cả câu hỏi

Câu hỏi khác trong đề thi này

#199

What is quality?

#200

Which of the following is a typical test objective?

#201

A phone ringing 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:

#202

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 (false) statement?

#203

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?