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

Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are: (1) Code development (2) Submit code into a version control system and merge it into the “test” branch (3) Perform component testing for the submitted code Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

ProjectDevelopment effortTest effort
($)($)
P1800,000 40,000
P21,200,000 130,000
P3600,000 70,000
P41,000,000 120,000

Các đáp án

A.Static analysis returns no high severity warnings for the submitted code✓
B.System version control reports no conflicts when merging code into the “test” branch
C.Component tests are compiled and ready to be executed
D.Statement coverage is at least 80%

Đáp án đúng

A: Static analysis returns no high severity warnings for the submitted code

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?