Test Data — Dummy Fields for Fixtures
Synthetic field values for databases, fixtures, and form tests. Also useful: UUID generator, Lorem Ipsum, and password generator.
- Seed databases and write fixtures without real PII.
- Fill signup forms with reserved or dummy values that will not reach a real person.
- Copy JSON, CSV, SQL, or plain lists for fixtures and seed jobs.
Test Name Generator
Synthetic given and family names for fixtures — dummy first/last names, 100% in the browser.
Test Email Generator
Reserved-domain dummy email addresses for fixtures — example.com by default, cannot receive mail.
Test Username Generator
Synthetic ASCII usernames for fixtures — login/handle columns, not a gamertag or availability checker.
Test Phone Number Generator
Reserved-range dummy phone numbers for fixtures — E.164, national, or digits, 100% in the browser.
Test Date Generator
Synthetic dates, datetimes, and times for fixtures — ISO 8601, SQL DATETIME, or Unix, UTC in the browser.
Test Numeric Generator
Synthetic integers and decimals for fixtures — INT, DECIMAL, qty, price, or port, in the browser, not a lottery.
Test URL Generator
Reserved-host dummy URLs for fixtures — example.com by default, not a shortener, encoder, or live mock API.
Test Company Name Generator
Synthetic company names for fixtures — legal-line strings with country suffixes, not a brand namer.
Test Postal Code Generator
Prefix-valid postal / ZIP / postcode strings for fixtures — checkout tax and shipping zones, not a street address.
Test Address Generator
Dummy street addresses for form QA, shipping-label paste, and fixtures — not for mail or geocoding.
JSON Test Data Generator
Schema-aware dummy JSON records — editable columns, copy a JSON array, CSV, or SQL INSERT for fixtures.
CSV Test Data Generator
Dummy CSV rows for spreadsheets and fixtures — Excel-aware delimiter and UTF-8 BOM on download, not a converter.
SQL Test Data Generator
Dummy INSERT rows for fixtures and DB seed — dialect quoting and typed literals, not a converter or SQL formatter.
Test Credit Card Generator
Luhn-valid Visa, Mastercard, Amex, and Discover test card numbers with expiry and CVV — sandbox prefixes, not a real payment method.
Test IBAN Generator
Mod-97-valid test IBANs for FR, DE, GB, ES, IT, NL, BE, CH, AT, and IE, with an optional fake BIC — not a real bank account.