Skip to content

⚡ 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

ServiceLimitTest files
Gmail attachment25MB24.9MB / 25MB / 25.1MB
Discord (free)25MB24.9MB / 25MB / 25.1MB
WordPress (default)10MB9.9MB / 10MB / 10.1MB