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/#336
Câu 336ISTQB CTFL v4.0 Sample Exam B

You are testing a web application that allows users to SEARCH for products, VIEW product details, ADD products to a shopping cart, and place an ORDER. You have prepared the following five test cases, which you want to execute according to their priorities: TC1: SEARCH product A Priority: medium TC2: VIEW product A details Priority: low TC3: ADD product B to a shopping cart Priority: medium TC4: ADD product C to a shopping cart Priority: high TC5: place an ORDER Priority: high You also identified the following logical dependencies between test cases:  SEARCH functionality must be tested before VIEW functionality can be tested, as product details rely on search functionality.  VIEW functionality must be tested before ADD functionality, as adding products relies on the availability of accurate product details.  ADD functionality must be tested before ORDER functionality, as placing an order relies on the availability of accurate shopping cart information. Which test case should be executed as the fourth one?

Các đáp án

A.TC3✓
B.TC1
C.TC2
D.TC4

Đáp án đúng

A: TC3

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

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

#305

Which of the following is an example of why testing is necessary?

#306

Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

#307

One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?

#308

Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?

#309

Which of the following is MOST likely to impact how testing is performed for a given test object?