ISTQB Quiz
nav.blogConjuntos de ProvasQuestõesQuiz de Prática
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Testes de Prática ISTQB Foundation Level Gratuitos

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Início/Questões/#342
Questão 342ISTQB CTFL v4.0 Sample Exam B

You are testing a sort function that gets a set of numbers as input and returns the same set of numbers sorted in ascending order. The log from the test execution looks as follows. Environment configuration: sort function build 2.002.2182, test case set: TCS-3, # of TCs: 5 Test run ID: 736 Start 12:43:21.003 12:43:21.003 Execution of TC1. Input: 3. Output: 3. Result: passed 12:43:21.003 Execution of TC2. Input: 3 11 6 5. Output: 3 5 6 11. Result: passed 12:43:21.004 Execution of TC3. Input: 8 7 3 7 1. Output: 1 3 7 8. Result: failed 12:43:21.005 Execution of TC4. Input: -2 -2 -2 -3 -3. Output: -3 -2. Result: failed 12:43:21.005 Execution of TC5. Input: 0 -2 0 3 4 4. Output: -2 0 3 4. Result: failed End 12:43:21.005 Total time of test cycle: 0:00:00.002 Which of the following provides the BEST description of the failure that can be used in a defect report?

Opções de Resposta

A.The system fails to sort several sets of numbers. Reference: TC3, TC4, TC5.
B.The system seems to disregard duplicates while sorting. Reference: TC3, TC4, TC5.✓
C.The system fails to sort negative numbers. Reference: TC4, TC5.
D.TC3, TC4 and TC5 have defects (duplicate input data) and should be corrected.

Resposta Correta

B: The system seems to disregard duplicates while sorting. Reference: TC3, TC4, TC5.

Praticar Este ConjuntoVer Todas as Questões

Mais Questões desta Prova

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