Form fixture
- Input
- test form → required identifier field
- Expected output
- U.S. driver license → plausible synthetic value
Use it when a form needs to accept U.S. driver license without depending on real data.
U.S. driver license for test fixtures
This page focuses on using synthetic U.S. driver license in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept U.S. driver license without depending on real data.
The local rule covers explicit state patterns for all 50 states + DC, with a full profile (name, address, dates) and a name/DOB-deterministic mode; it does not cover official lookup or registry existence.
No. Each state DMV issues its own licenses with its own number pattern; this tool models one canonical pattern per state.
No. It is a test value with plausible format or digits, without lookup in official databases.
there is no single national pattern; the number and profile do not query a DMV or prove driving authorization.
Generate the value in the browser, do not store it in URLs or logs, and ensure analytics receives only action metadata, never the identifier.
Expected pattern for this state: 1 letter + 7 digits.
Generation and validation happen locally in the browser. Analytics receives only action, status and state, never the generated number, name, date of birth or address.