Test Name Generator — Dummy Names for Fixtures

Generate synthetic given and family names for databases, fixtures, and form tests. Combinations can match real people; use only in non-production. This is not a fake-identity generator.

Loading…
Test names — developer notes
Synthetic given and family names for fixtures and DB seed. Combinations can match real people. This is not a fake-identity generator.

How generation works

Pick a quantity (1–100), locale, given-name set, format, and script. Changing an option refreshes the list immediately. Copy all (display strings) or download JSON, CSV, SQL, or TXT.

Options

Quantity (1–100)
How many unique rows to emit for seed jobs. Capped at 100.
Locale
Which given/family lists feed each row: English, French, or German. Marie Durand vs Mary Smith vs Anna Müller.
Given-name set
Which given-name pool is drawn: any (mixed directory), feminine, or masculine. Unisex tokens such as Camille sit in both binary pools. This is a list selector, not a gender-identity field. Family names are not filtered.
Format
How displayName and copy-all are built: given family, family comma given (sort key), given only, family only, or initials (first letter of each field). JSON/CSV always keep givenName and familyName.
Script
Native keeps diacritics, hyphens, and apostrophes. ASCII folds for validators: German phonebook (Müller → Mueller), French/English simple strip (Hélène → Helene). Apostrophes stay in both scripts.

Examples

Default fixtures

Settings

locale=fr, format=givenFamily, script=native

Sample output

Marie Durand

ASCII sort keys

Settings

locale=de, format=familyCommaGiven, script=ascii

Sample output

Mueller, Anna

Related tools

Need a matching phone or email column, IDs, or placeholder text? Try the test phone number generator, test email generator, UUID generator, Lorem Ipsum generator, or password generator.

Test name FAQ

Fixtures, honesty, and what this tool is not

Can these names match real people?

Yes. Common given and family tokens will coincidentally match real people. Use them only as synthetic fixtures in non-production. This tool does not claim “no connection to real persons.”

Is this a fake-identity generator?

No. It emits structured given and family names for fixtures. It does not add SSN, NIR, cards, email, phone, address, date of birth, job, or photo.

What does given-name set mean?

It selects which given-name list to draw from (feminine, masculine, or mixed). It is not a gender-identity field and is never exported as gender.

I searched for a fake name generator. Is this it?

If you need dummy given and family names for development and fixtures, yes. If you need a fake identity pack (SSN, live mailbox, cards) or a baby/fantasy namer, this tool will not do that.

Test Data

Synthetic field values for fixtures and DB seed — reserved-range phone numbers first.

Explore other tool categories

Minify

Shrink code and assets for production — minify JavaScript, CSS, HTML, JSON and XML before gzip or CDN deploy.

Beautify

Make code readable with consistent indentation — beautify JavaScript, CSS, TypeScript, SCSS, LESS, Markdown, GraphQL, SQL, YAML and more in your browser.

Unminify

Expand minified or compressed code — unminify JavaScript, CSS, TypeScript, SCSS, LESS, SQL, YAML and other formats when debugging or reviewing.

Conversion

Transform data between JSON, YAML, XML and CSV locally — no server uploads.

CSS preprocessors

Compile SCSS or LESS to standard CSS in the browser — pair with beautify or minify for a full stylesheet workflow.

JSON Tools

Validate, format, diff and explore JSON payloads — complementary to minifiers and converters.

SVG Tools

Preview, optimize with SVGO, export Data URI, resize, beautify, convert to JSX and validate SVG — all in your browser.

DevOps & Infra

Terraform HCL format/validate/minify, Dockerfile format & lint, Docker Compose and .env validation.

CI/CD

GitHub Actions and GitLab CI — format YAML and check workflow/job structure in your browser.

Logs & observability

Line-oriented JSON/NDJSON and Nginx/Apache access logs — format, filter, validate, and CSV/TSV.

Kubernetes

Multi-doc manifests, structural validate, Ingress/Deployment starters, and Helm values formatting.

Networking / IP

CIDR, subnets, and IPv4/IPv6 helpers — in your browser.

Security & tokens

JWKS, X.509 certificates, and secrets scan — browser-local.

API & schemas

OpenAPI tools to format, validate, and lint your specs.

Encoding

Encode or decode Base64, URL components and HTML entities — client-side only.

Developer utilities

Timestamps, UUID, ULID, Nanoid, cron, passwords, regex, slugify, number bases, case, text diff, and chmod — all client-side.

Text & Markdown

Count words, build Markdown TOCs, and clean line lists — all in your browser.

AI & LLM

Token counting, pricing estimates, and context-window fit — 100% browser-local.

Serialization

Serialize and deserialize PHP data structures beside JSON workflows.