ISTQB Quiz
BlogExam SetsQuestionsPractice Quiz
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Free ISTQB Foundation Level Practice Tests

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Home/Questions/#365
Question 365ISTQB CTFL v4.0 Sample Exam C

W A developer was asked to implement the following business rule: INPUT: value (integer number) IF (value ≤ 100 OR value ≥ 200) THEN write “value incorrect” ELSE write “value OK” You design the test cases using 2-value boundary value analysis. Which of the following sets of test inputs achieves the greatest coverage?

R1R2R3
C1: First attempt at the exam?--F
C2: Theoretical exam passed?TF-
C3: Practical exam passed?T-F
Issue a driving license?X
Request additional driving lessons?X
Request to take the exam again?X

Answer Options

A.100, 150, 200, 201
B.99, 100, 200, 201
C.98, 99, 100, 101
D.101, 150, 199, 200✓

Correct Answer

D: 101, 150, 199, 200

Practice This Exam SetView All Questions

More Questions from This Exam

#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