Form fixture
- Input
- test form → required identifier field
- Expected output
- Brazilian voter ID → plausible synthetic value
Use it when a form needs to accept Brazilian voter ID without depending on real data.
Brazilian voter ID validation rules
This page focuses on using synthetic Brazilian voter ID in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept Brazilian voter ID without depending on real data.
The local rule covers sequence, electoral state code and two modulo-11 check digits; it does not cover official lookup or registry existence.
Yes. The number includes two check digits calculated from the sequence and state code.
No. It is a test value with plausible format or digits, without lookup in official databases.
the synthetic number does not query electoral status, zone, section, biometrics or eligibility.
Generate the value in the browser, do not store it in URLs or logs, and ensure analytics receives only action metadata, never the identifier.
Generation happens locally in the browser. Analytics receives only action, status, type and format — never the generated voter ID.