A JPG file of exactly 10.1 MB
100% Free
No signup
Instant download
Browser-only
5 languages
Free download(10.1 MB)
threshold-jpg-10-1mb.jpg
File info
| File Format | JPG |
|---|---|
| File Size | 10.1 MB(10,590,208 bytes) |
| MIME Type | image/jpeg |
| MD5 | 3704936eed7e01dc73395136d1863257 |
| SHA-1 | e98e6dfe9fca8796dfc2918e26f25a07d595194e |
| SHA-256 | eac1d391a6d8d6901d635697eb03bea0ba0aa32f0a941771aac2137b020e7889 |
Download via command line
curl
curl -O https://devlab.itlibra.com/files/threshold/jpg/threshold-jpg-10-1mb.jpg
wget
wget https://devlab.itlibra.com/files/threshold/jpg/threshold-jpg-10-1mb.jpg
PowerShell
Invoke-WebRequest -Uri "https://devlab.itlibra.com/files/threshold/jpg/threshold-jpg-10-1mb.jpg" -OutFile "threshold-jpg-10-1mb.jpg"
About this file
This file is trimmed to an exact byte count (10,590,208 bytes) so it can be used for boundary-value testing against an upload limit.
What boundary-value testing is
Boundary-value testing rests on the observation that defects cluster just inside, exactly at, and just outside a limit. For file size, trying only three points — just under, exactly at, and just over the cap — is enough to reveal whether a comparison uses < or <=, and whether the unit maths is based on 1000 or 1024.
The same format is offered as 9.9 / 10.0 / 10.1 MB and 24.9 / 25.0 / 25.1 MB sets. 10 MB and 25 MB are the boundaries you meet most often, as form and CMS defaults and as the Gmail attachment cap respectively.
FAQ
- Is this file free to use?
- Yes — fully free and no signup required. Use it for any commercial or non-commercial test/verification purpose.
- What is inside the file?
- Dummy data generated for testing — sized to match the listed size exactly.
- What are the hash values for?
- Verify integrity after download or use them as test data for hashing libraries.