data sanitization

data sanitization

Making data less sensitive for testing purposes. Real company data can be sanitized in many ways: by blanking out parts of a field, by inserting X's in all but the last four digits of credit card numbers, by replacing real names with random names and by shuffling data between the columns. For example, the values in a numeric field can be shuffled and still be summed to the same total.