Inspiration for this Testometer test came from the blog ( Boundary Value Testing at WHET4 ). You can find link to this blog in the blog section. Link is not present here, as it will be interesting to do this exercise first and read blog later. This exercise gives us very good indication on how powerful boundary value tests can be and how little we use them. Mostly we use or think of boundary value analysis for integer inputs, this test gives you a chance to think differently.
This test also makes you think about the concept of powerful tests. Time is limited, so how best you can test in a given time and situation.
Testometer