Microsoft
98-379 · Question #84
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 A. Invalid alphabetic values, such as AA. 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
- AInvalid alphabetic values, such as AA
- BEvery value from 0 to 99
- CEvery value from 1 to 10
- D0, 1, 10, and 11
How the community answered
(28 responses)- A82% (23)
- B4% (1)
- C4% (1)
- D11% (3)
Community Discussion
No community discussion yet for this question.