Manual Testing / Quiz
Input Attacks: The Saboteur's Toolkit
Long strings, zeroes, reserved names, and paste-from-Word. Six questions on the classic input attacks that break software on purpose, fast.
- Difficulty
- Easy
- Format
- Quiz
- Points
- 100
- Estimate
- 9 min
// MISSION BRIEF
Your Mission
You get thirty minutes with a new form before the demo. No spec, no test cases, just a text field, a number field, and your instincts. This is where input-attack literacy pays rent.
Six questions on the attack catalog every exploratory tester carries, in the spirit of Whittaker's 'How to Break Software'. Speed bonus active.
// FIRST CONTACT
Battle teaser
Pasting a 10,000-character string into a 'Name' field is probing for:
- AWhether the tester's clipboard works
- BNothing; long input is not a realistic scenario
- CMissing or inconsistent length enforcement, UI truncation vs database column limits vs API validation disagreeing with each other
- DFont rendering performance only
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
exploratoryinput-validationtest-designmanual-testing