Data Randomization


Data randomization is the replacement of data or parts of data with randomized information.

  • useful when you want to remove the real data but maintain its attributes (length of a string, character set, etc.)
    • so testing can work accurately