🧪 Test Data Management Vocabulary
0 / 5 completed
1 / 5
A QA engineer says: "We replaced the production database dump with a sanitised copy for use in the staging environment."
What does "sanitised copy" mean in test data management?
Sanitised copy — a key TDM concept:
| Technique | How it sanitises | Preserves format? |
|---|---|---|
| Data masking | Replaces real values with realistic fakes (e.g., "John Smith" → "Jane Doe") | Yes |
| Pseudonymisation | Replaces identifiers with tokens; reversible with key | Yes |
| Anonymisation | Irreversibly removes identifiers | Partially |
Key vocabulary: sanitised copy, PII scrubbing, data masking, test data management (TDM), GDPR-compliant test environment.