SYNTHETIC-DATA-EDI
Programmatically generated EDI data for testing.
Definition
Synthetic data covers volume testing (10K orders generation), edge cases (extreme amounts, unicode names), privacy compliance (no PII in test environments). Tools: Faker, Mockaroo, Synthea (healthcare), Tonic.ai. Often combined with snapshot fixtures for smoke tests.
Origin
Widespread practice since 2010 in GDPR/HIPAA context.
Example in context
A Faker script generates 1000 EDIFACT ORDERS for parser load test.
Related terms
- Faker EDI — reference tool.