About this tool
Test Data Generator creates dummy data for development and verification from configurable columns, row counts, and Seeds, entirely in the browser. It provides 23 data types, including sequences, numbers, dates, UUIDs, URLs, IPv4 addresses, Japanese names, furigana, phone numbers, postal codes, addresses, and company names.
In addition to normal values, you can intentionally mix in missing values, boundary cases, and invalid values to test input handling and data-import behavior beyond the happy path. A deterministic Seed reproduces the same output from the same settings, and results can be saved as CSV, TSV, JSON, or JSONL. Generation and export preparation stay in the browser and are not sent to Browser Kitty.
Good for
- Create anything from a small sample to a large dummy dataset for UI or API testing
- Regenerate the same test dataset with the same Seed when reproducing a bug
- Mix missing, boundary, and invalid values to exercise validation and import edge cases
- Start from user, order, or access-log templates and export the result as CSV or JSONL