Test file · Documents
Sample document DOCX
Download Sample document DOCX (1 page, 11 KB) from a stable URL with verified SHA-256 for upload, MIME, playback, parser, and automation tests.
File overview
Sample document DOCX is a verified DOCX sample using the application/vnd.openxmlformats-officedocument.wordprocessingml.document MIME type. The file provides 1 page, occupies 11 KB, and is served from a stable public URL.
Online preview
Technical properties
File integrity
The byte size and SHA-256 value are generated from the published source file. If the file content changes, TestFiles.dev publishes a new filename and asset id instead of replacing this URL in place.
- SHA-256
c71a5f6effc5ead9f855465713c6f9874dce435d14b7d88afd3ce6f24c6c8a70- Verified
- Published
Common development test cases
- Test document uploads, MIME validation, preview generation, and storage workflows.
- Validate parsers, metadata extraction, archive inspection, and download behavior.
Use this sample file in a real test
Choose the workflow that matches the failure you need to reproduce, then keep this file URL, exact byte size, and SHA-256 fixed in your test.
Recommended use
Use Sample document DOCX as a stable fixture for document preview generation.
Expected behavior
A conforming workflow should accept application/vnd.openxmlformats-officedocument.wordprocessingml.document, preserve the published bytes, and report 1 page with a file size of 11 KB.
Testing notes
Check the single-page traits, the exact 11204 byte count, and the published SHA-256 before comparing downstream output.
Stable resource URL
https://assets.testfiles.dev/documents/sample-document.docxCopy-ready code
fetch("https://assets.testfiles.dev/documents/sample-document.docx").then((res) => res.blob())