Data Mask

  • Data Mask helps test environment secure by replacing sensitive data with mock realistic test data.

Data Mask

Features

data mask features

How to

Data mask how to 1

  • Deleting data that is not needed for testing Data mask how to 2

  • Phone replace with random numbers and leave blank for fields needing unmasked data

Data mask how to 3

  • Libraries for masking the fields

Data mask lib

Data Mask Demo


FAQ

Guidelines for integration testing

  • Make sure that records are masked the same way between the data sources in your solution
  • Taking care of Referential integrity of the multiple data sources in your solution - this requires a specific record is masked as same wherever it occurs (Salesforce and other sub-systems of your integration landscape).
    • Example: The customer Ken Thompson in Salesforce is masked into David Farmer in Salesforce and as well as in say SAP to which you are integrating with. And Ken's SSN (or any PII) must be masked into the same on Salesforce and SAP.

References