Versions Compared

Key

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

...

  • Scope: The area of the email where this regexp is trying to match content. You can choose Body, Subject, or both.

  • Regex: The regular expression used to match and extract information from the email. Make sure the regexp is specific enough to only get the information you want.

  • Field: The field that is populated with information when the regexp match occurs.

  • Retrieve Strategy: "First Matching Value" means that only the first match the regexp makes are stored. "All Matching Values (CSV)" means that all matches made are stored using CSV (comma-separated values).

  • Expected Value: This is where the user (you) enters the expected result of the regexp when the test case mail below it is processed.

  • Test Case Value: This is where the actual value that the regexp retrieves is shown.

  • Match Status: If the expected value and the actual test case value match, a green "OK" status

     is shown. If the match fails, a red "MISMATCH" status

    Image RemovedImage Added

     is shown.

Example Test Case Set-up

...