- Postal Code
- A series of letters, digits, or both, included in a postal address to facilitate automated sorting and routing of mail. Format varies significantly by country — US uses 5-digit ZIP codes, UK uses alphanumeric postcodes.
- Address Validation
- The process of checking whether an address conforms to expected format rules — correct field presence, postal code pattern, and field length — typically performed client-side via regex before a form is submitted.
- Test Fixture
- A static set of known data used in automated tests to provide consistent, predictable input. Sample addresses are commonly used as fixtures in front-end and back-end tests for checkout and shipping flows.
- Database Seeding
- The process of populating a database with initial or test data before running an application or test suite. Realistic-looking sample addresses make seeded environments more useful for UI and integration testing.
- Geocoding
- The conversion of a textual address into geographic coordinates (latitude and longitude). Generated sample addresses are not geocodable — they are not tied to real locations.
- Outward Code
- The first part of a UK postcode (before the space), identifying the postal district. For example, in the postcode SW1A 1AA, 'SW1A' is the outward code and identifies the Westminster district.