壊れたPNGファイル(truncated)
File info
| Format | PNG |
|---|---|
| File size | 30 B(30 bytes) |
| MIME Type | image/png |
| MD5 | 398a4d2e3e768342b2cfe97c9105d3cd |
| SHA-1 | 98ada4f1546d73cab12b6593c8bcaa40d023312a |
| SHA-256 | 120d4a6ede61aa48b5bd1d24b5a5c8e33a4016ee4385d62f7566b6a7bf1e35d0 |
Download via command line
curl
curl -O https://devlab.lb-product.com/files/broken/png/broken-png-truncated.png
wget
wget https://devlab.lb-product.com/files/broken/png/broken-png-truncated.png
PowerShell
Invoke-WebRequest -Uri "https://devlab.lb-product.com/files/broken/png/broken-png-truncated.png" -OutFile "broken-png-truncated.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.