Test Username Generator — Dummy Handles for Fixtures

Generate synthetic usernames for databases, fixtures, and signup-form tests. Handles can coincide with real accounts; use only in non-production. This is not a social-media availability checker.

Loading…
Test usernames — developer notes
Synthetic ASCII handles for fixtures and DB seed. Usernames can match real accounts. Not a gamertag picker or availability checker.

How generation works

Pick a quantity (1–100), locale, style, separator, and digit suffix. Changing an option refreshes the list immediately. Copy all (usernames) or download JSON, CSV, SQL, or TXT.

Options

Quantity (1–100)
How many unique usernames to emit for seed jobs. Capped at 100.
Locale
Which given/family lists feed person styles: English, French, or German. marie.durand vs mary.smith vs annamuller. Sequential and random ignore locale for the string shape.
Style
first.last (directory-style), flast (initial + family), sequential (user-001… padded), or random (8–12 lowercase alphanumeric chars, first char a letter).
Separator
Joiner for first.last only: dot, underscore, or none. Other styles ignore this control but changing it still refreshes the list.
Digit suffix
Off by default. When on, appends an unpadded 1-based row index on first.last and flast (e.g. marie.durand14). When off, resamples name pairs; collisions get a numeric suffix as last resort. Sequential and random ignore this switch.

Examples

Default fixtures

Settings

style=first.last, separator=dot, digitSuffix=off, locale=fr

Sample output

marie.durand

Traceable QA rows

Settings

style=sequential, count=14

Sample output

user-014

Related tools

Need matching phone, email, company, or name columns? Try the test phone number generator, test email generator, test company name generator, test name generator, UUID generator, Lorem Ipsum generator, or password generator.

Test username FAQ

Fixtures, honesty, and what this tool is not

Can these usernames match real accounts?

Yes. Common name tokens and short random strings can coincidentally match real logins. Use them only as synthetic fixtures in non-production. This tool does not check Instagram, GitHub, Discord, or any live platform.

Is this a gamertag or cool-username picker?

No. It emits fixture handles for databases and signup-form QA. For aesthetic or gaming names with availability checks, use a dedicated branding tool — not FastMinify Test Data.

What does digit suffix do?

When on, each person-style row appends an unpadded 1-based index (marie.durand14). Off (default) resamples name pairs for uniqueness. Sequential rows already carry a padded index (user-014) and ignore this switch.

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

If you need dummy ASCII handles for development fixtures, yes. If you need passwords, avatars, or a fake identity pack, use the other Test Data tools or a different product category.

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.