The Number
The Number is a free browser game for software testers built around a single input field whose spec claims it accepts a number from 1 to 100 - the game is about testing that claim rather than trusting it.
Most people start guessing. Testers start probing. The Number rewards the second habit: boundaries, non-numeric input, whitespace, negatives, precision and everything else the one-line spec quietly left out.
Open The Number on Testing Titbits Playground · ~3 min · Test Design · Free, no sign-up
How to play The Number
- Read the spec: the field accepts a number from 1 to 100.
- Start the clock and enter values into the single input.
- Treat every response as evidence, not as a scoreboard.
- Notice where the implementation and the specification disagree.
- The run is scored out of 100 and can be posted to the global leaderboard.
What you will learn
- The difference between guessing an answer and testing a claim.
- Boundary value analysis applied to a real, uncooperative field.
- Why a one-line specification is never the whole specification.
- How quickly assumptions harden into blind spots.
Frequently asked questions
What is the answer to The Number?
There is no answer to reveal. The puzzle is deliberately unsolvable as a guessing game - it can only be tested, not solved. That is the point of it.
What testing skill does The Number teach?
Boundary value analysis and specification questioning. The field claims a range; the game is about probing whether the implementation actually honours that claim.
Who created The Number?
The idea comes from Rikard Edgren. This browser version was built by Rahul Parwal for Testing Titbits.
Do I need to sign up?
No. It runs in your browser, free, with no account.
More free games and infographics for testers
- Context Handoff
- Deep Context
- Context Matters
- Guard Rails
- Bug Hunter
- Testing Emoji Charades
- AI Readiness Test
- Bug Maze
- Break the Field
- AI Engineering, Explained by Magic
- Exploratory Testing Dice
- The Tech Divide
- Context Travel
- The Context Paradox
- Tokens, Explained
- How GenAI Works
- Loops at Work
- All games on Testing Titbits Playground
- Global leaderboard
Created by Rahul Parwal · TestingTitbits.com