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/#364
Questão 364ISTQB CTFL v4.0 Sample Exam C

You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions: Variable: PIN code length  The partition “length correct” - four-digit PINs  The partition “length incorrect” - PINs with length other than 4 Variable: Number of different digits  The partition “number of different digits correct” - PINs with at least two different digits  The partition “number of different digits incorrect” - PINs with all digits being the same Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?

Opções de Resposta

A.1234, 12345, 1
B.111, 1111, 1112
C.1, 1234✓
D.12345, 1234

Resposta Correta

C: 1, 1234

Praticar Este ConjuntoVer Todas as Questões

Mais Questões desta Prova

#345

Which of the following is a typical test objective?

#346

Which of the following statements BEST describes the difference between testing and debugging?

#347

The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

#348

Which TWO of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

#349

Given the following testware: 1. Coverage items 2. Change requests 3. Test execution schedule 4. Prioritized test conditions And the following test activities