US Synthetic Test Profile Generator
Generate complete US profile data for registration flows, CRM demos, QA scripts, and synthetic seed data. Includes synthetic profile, address, and contact fields formatted for US workflows.
What is this generator?
The US Person Generator creates complete synthetic profile data — name, address, ZIP code, phone, and email — in a format compatible with US software testing. The values are useful for QA, demos, prototypes, automation, and database seeding without using real personal data.
How to use
- Click Generate to create a complete synthetic person profile.
- Click a row or use Copy to bring the values into your test.
- Use the data in registration forms, fixtures, test datasets, mocks, or CI/CD pipelines.
Practical example
In an automated sign-up test, use the generated data to fill a complete form:
await page.fill('[name="name"]', 'James Miller Davis')
await page.fill('[name="email"]', 'james.miller42@example.test')
await page.fill('[name="phone"]', '+1 (555) 234-5678')
await page.fill('[name="address"]', '742 Evergreen Terrace')
await page.click('button[type=submit]')Replace with the values generated by the tool.
API
For automations, integrations, and pipelines, see the API documentation.
What it's for
See also
Privacy and synthetic data
Generated data is synthetic and does not represent any real person. The tool runs in the browser and must not be used to create false identities, fill official documents, or represent existing individuals.
Frequently asked questions
Does the data belong to a real person?
No. The data is synthetic and randomly generated. No record represents or identifies a real individual.
Is the generated email functional?
No. The address uses the @example.test domain, which is reserved for testing and never delivered by real mail servers.
Can I use this data in automated tests?
Yes. The tool is designed for QA, end-to-end tests, database seeds, demos, and development environments.
When to use
Responsible use
Responsible use: generated data is synthetic and intended only for testing, QA, demos, development and documentation. Do not use it to impersonate real people, access third-party services, create real accounts, perform transactions or replace official validations.
Limitations / when not to use
Use this tool for development, QA, documentation, and demos. Do not paste production secrets, private credentials, customer data, or information that should stay inside your controlled environment.