Imagine a class named Club, to be a member a person must be aged 15 or older, but less than 50. What values would you use to boundary test a method designed to check if a person was a suitable age to join?

14, 15, 49, 50
  • 14, 15, 50, 51
  • 15, 16, 50, 51
  • 15, 16, 49, 50
  • 13, 15, 49, 52

The boundary values are those at the boundary and those respectively one before and one past the boundary