UK Synthetic Test Profile Generator
Generate full British profile data for registration flows, CRM demos, QA scripts, and seed datasets. Includes synthetic profile, address, and contact fields formatted for UK workflows.
What is this generator?
The UK Person Generator creates complete synthetic profile data — name, address, postcode, phone, and email — in a format compatible with UK 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"]', 'Oliver Smith Jones')
await page.fill('[name="email"]', 'oliver.smith42@example.test')
await page.fill('[name="phone"]', '+44 7700 900123')
await page.fill('[name="address"]', '10 Downing Street')
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
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.