Real-world workflow
Use CaseGenerate Fixture Rows for an API Test
Create reproducible JSON or CSV mock people rows for frontend and API fixtures.
16 August 2026 By Tools.Town Team 5 min read
Steps
- Open the Mock Data Generator.
- Set row count and format (JSON for APIs, CSV for spreadsheets).
- Pick a seed and keep it in your test README.
- Copy the output into your fixture file; format JSON with the JSON Formatter if needed.
Related
Frequently Asked Questions
Why set a seed?
Same seed and settings produce identical output — useful for golden fixtures in CI.