Email category
-
- UpdatedAug 1, 2024
- 6 minutes to read
- Xanadu
- Automated Test Framework
Use Automated Test Framework (ATF) to test email notifications, outbound email flows, and inbound email responses.
Validate Outbound Email
Verify that a certain outbound email exists by searching for it in the Email [sys_email] table.
Use this step to test any email-generating script that isn't captured in the Validate Outbound Email Generated by Flow or Validate Outbound Email Generated by Notification test steps.
Validate Outbound Email Generated by Flow
Verify that a certain outbound email exists by searching for it in the Email [sys_email] table. Use this step to test that a flow is triggered as expected.
Validate Outbound Email Generated by Notification
Verify that a certain outbound email exists by searching for it in the Email [sys_email] table. Use this step to test that an email notification is triggered as expected.
Generate Inbound Email
Create an incoming email record to test an inbound email flow or an inbound email action.
Field | Description |
---|---|
output_email_record | Record in the Email [sys_email] table. The Receive type is New and the Type is send - ready. For more information on what these fields mean, see System email log and mailboxes. |
Generate Inbound Reply email
Create a reply email record to test how the system handles a user response to an email notification.
Field | Description |
---|---|
output_reply_email_record | Record in the Email [sys_email] table. The Receive type is Reply and the Type is send - ready. For more information on what these fields mean, see System email log and mailboxes. |
Generate Random String
Generate a string of random alphanumeric characters that you can use as test data for another step.
Field | Description |
---|---|
random_string | String of random alphanumeric characters. |