Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Use:
Scramble list is a part of automation object. For some reasons, for example GDPR purposes it's required to hide some of the fields of test case. Thanks to anonimyzer feature, it’s possible to select fields which hold sensitive values and decide what action should be taken to prevent it from being compromised.

Steps:

  • Open /n/int4/iftt_conf_mass and select required automation object

  • Navigate to data scrambling section

    Image Added

  • You can set two types of Scrambling Rules:
    - I Input - Test Case Payload for scrambling the data in the message 00:12:17 before the mapping,
    - O Output - Test Case Result for scrambling the message after the mapping.

    Image Added

  • Specify rule (BEFORE/AFTER) and select a method from the list. You can replace value with constant, generate GUID number, random / hash value or replace each character with constant (mask option). You can also create a custom method (using interface /INT4/IFTT_IF_DATA_SCRMBL_METH).

    Image Added

  • Select expression type: Flat (for flat file) of XPath (for XML messages) expression and fill XPath expression. You should also fill column Processing Parameter Name. In our example, outcome setting will look like this:

    Image Added

  • Now, if user create a new test case using this automation object and selects Content button to view message Payload we can see that product name data is scrambled:

    Image Added

  • Furthermore, after executing the test case and viewing its results we can see that payload data was anonimized in reference and outcome messages, as required:

    Image Added