In an API that allows filtering of search results by age, what boundary values are critical to test to ensure the API correctly handles the range of possible inputs?

  • 0
  • 1
  • 100
  • 101
For age filtering, critical boundary values include the minimum and maximum age range. Testing values like 0, 1, 100, and 101 ensures the API correctly handles the entire range of possible inputs, covering the lower and upper limits.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *