Q5.11.1placeholder data maskingdesignresearch

Placeholder data hides edge cases that real data would surface

Aliases: dummy data hides edges · lorem masking

What it is

Placeholder data—Lorem blocks, three-letter names, round-figure amounts, items that always have a cover—keeps layout tidy and hides the edges real data would hit: long legal names, missing fields, duplicate names, zero results, mixed scripts, unreviewed attachments. The test therefore sees one density and one completeness. Placeholders are not neutral fill; they are systematic fakery on the content dimension. Adjacent to, but distinct from, attractive samples that make people underestimate complexity: here the mechanism is that absence and extremes never appear, not that the sample was prettied.

Why it happens

Layout, truncation, empty states, and sort rules fail only when a real distribution hits them. A placeholder distribution is the designer’s wish: similar lengths, complete fields, no collisions. Participants walk complete cards to the end of the task and never meet “a contact with no phone,” “a title that pushes the button off-screen,” “two people with the same name.” Engineering calls these edge cases; in experience they are weekdays. Placeholders also train the team’s eye: reviews get used to tidy lists, and live data is later treated as dirt rather than as the reality the product must handle. When content fidelity is suppressed, even high visual and interaction still test a fictional content world.

Studying it

Wire the same UI to a placeholder set and to a sample from production (or a de-identified stand-in), and code truncation, overlap, empty states, mis-sorts, task failure. The set difference in the problem lists—items that appear only on the real sample—is what placeholders masked. Record field-missing rates, length percentiles, duplicate keys. Do not use “can the demo task complete” as the outcome; demo tasks usually pick complete records. A content audit can precede the test: for each critical component, list behavior on missing, overlong, and zero rows; if the placeholder set cannot fill those cells, the test is void.

Where it stops holding

Very early structural exploration can use short placeholders so content detail does not kill structure talk, but conclusions must not include layout robustness. Synthetic data drawn from a real distribution (length, missingness, duplicates) can partly substitute, still missing semantic oddity (slurs, irony, address formats). Some domains cannot obtain any real sample; edges can only be approximated with an expert-built hostile set. Placeholders in a brand demo may be deliberately clean; that is communication material and must not pose as evaluation material.

Applying it

  • Give the test set at least: a complete record, a missing critical field, a duplicate identifier, a zero-result list.
  • Do not run a whole session on Lorem and avatar placeholders and then claim “layout is fine.”
  • Failures that appear only after switching to real samples write back as empty-state and truncation rules, not as “wash the data.”
  • The report must name the data source; if the source is placeholder, layout conclusions are untested.

Related

  • Same group: Q5.11.2 Extreme length and malformed data belong in prototype tests · Q5.11.3 Privacy-sensitive tests need de-identified data, not live production feeds · Q5.11.4 Attractive sample data leads reviewers to underestimate live complexity
  • Adjacent: Q5.01 Fidelity levels · Q5.07 How prototypes mislead
  • Search terms: placeholder data masking · content fidelity · edge-case data

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/Q5.11.1