壊れたPNGファイル(header-corrupted)
File info
| Format | PNG |
|---|---|
| File size | 10 KB(10,240 bytes) |
| MIME Type | image/png |
| MD5 | 2916ccc9566ed2a844e5a02b3ee0ddee |
| SHA-1 | dc52bde6b9f494a1b5d0968cb72bbed25ede52c0 |
| SHA-256 | 0d48be666d4ff847dd3030e1b8641e1194420bc8a10170f9eb00c7ea0a70e9d0 |
Download via command line
curl
curl -O https://devlab.lb-product.com/files/broken/png/broken-png-header.png
wget
wget https://devlab.lb-product.com/files/broken/png/broken-png-header.png
PowerShell
Invoke-WebRequest -Uri "https://devlab.lb-product.com/files/broken/png/broken-png-header.png" -OutFile "broken-png-header.png"
About this file
ヘッダが破損したPNGファイルです。エラーハンドリングの検証やバリデーション処理のテストに使用できます。
実際の運用では、ネットワーク障害による転送途中のファイル、ストレージ破損、不正な拡張子のファイルなど、壊れたファイルに遭遇することがあります。このテストファイルを使って、アプリケーションがそのようなケースを適切にハンドリングできるか検証してください。
テスト項目の例
- ファイルバリデーションが正しくエラーを検出するか
- エラー時にユーザーへ適切なメッセージが表示されるか
- 壊れたファイルでアプリケーションがクラッシュしないか
- ログに十分な情報が記録されるか
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.