⚡ Threshold Test Files
Byte-precise files for boundary-value testing against upload limits.
What is boundary-value testing?
Many services cap file sizes. Testing at exactly the limit, just under it, and just over it efficiently verifies the validation logic.
Just under (9.9MB / 24.9MB)
Below the limit — upload should succeed.
Exactly (10MB / 25MB)
On the boundary — verify success behavior.
Just over (10.1MB / 25.1MB)
Above the limit — should return an error.
PNG
JPG
ZIP
Upload limits of major services
| Service | Limit | Test files |
|---|---|---|
| Gmail attachment | 25MB | 24.9MB / 25MB / 25.1MB |
| Discord (free) | 25MB | 24.9MB / 25MB / 25.1MB |
| WordPress (default) | 10MB | 9.9MB / 10MB / 10.1MB |