CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 82


An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:

Show Answer
Correct Answer: C

Boundary value testing involves selecting values at the edge of the input domain. For a field that accepts a year of birth between 1900 and 2004, we need to include values just inside, just outside, and at the boundaries. Thus, the values are 1899 (just outside the lower boundary), 1900 (lower boundary), 2004 (upper boundary), and 2005 (just outside the upper boundary). This ensures comprehensive testing of the field's boundary conditions.

Discussion

1 comment
Sign in to comment
PlinioPS
Sep 13, 2021

Porqué?