Microsoft
98-379 · Question #173
A user input field must allow only numeric values from 1 to 10. You need to test the boundary conditions of the field. Which values should you specify in the test case condition?
The correct answer is B. 0, 1, 10, and 11. See the full explanation below for the reasoning.
Question
A user input field must allow only numeric values from 1 to 10. You need to test the boundary conditions of the field. Which values should you specify in the test case condition?
Options
- AEvery value from 0 to 99
- B0, 1, 10, and 11
- CEvery value from 1 to 10
- DInvalid alphabetic values, such as AA
How the community answered
(58 responses)- A9% (5)
- B72% (42)
- C5% (3)
- D14% (8)
Community Discussion
No community discussion yet for this question.