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