ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 59 - CTFL4 discussion

Report
Export

A system has valid input numbers ranging between 1000 and 99999 (both inclusive). Which of the following inputs are a result of designing tests for all valid equivalence classes and their boundaries?

A.
999.1000.23232.99999.100000
Answers
A.
999.1000.23232.99999.100000
B.
999.1000.50000.100000.100001
Answers
B.
999.1000.50000.100000.100001
C.
999.100000
Answers
C.
999.100000
D.
1000,50000,99999
Answers
D.
1000,50000,99999
Suggested answer: B

Explanation:

A correct list of boundary values for the P input should include the minimum and maximum values of the valid range (15 and 350), as well as the values just below and above the boundaries (14 and 351). Boundary value analysis is a test design technique that involves testing the values at or near the boundaries of an input domain or output range, as these values are more likely to cause errors than values in the middle. Option B satisfies this condition, as it has all four boundary values (14, 15, 350, 351). Option A has two values from the same equivalence class (1000 and 99999), option C has two values outside the range (999 and 100000), and option D has no boundary values at all. Verified

Reference:A Study Guide to the ISTQB Foundation Level 2018 Syllabus - Springer, page 34.

asked 18/09/2024
Martin Mannsbarth
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first