Titan captures Lead details and creates a Lead and a Campaign Member records in Salesforce
Salesforce sends an email to Lead.Email (Send Email action in Flow).
The email arrives to the receiver's inbox.
Test Case in testRigor
Lead Entry in TItan. [Another cool tool worth checking, btw]
Verify that the Lead and Campaign Member are created in Salesforce.
Verify the email received by the recipient.
// 1. LEAD ENTRY IN TITAN
open url "https://lassilajuhak-gmail.formtitan.com/ftproject/titanhappyhoursample"
wait up to 20 seconds until page contains "Let's Start"
click "Let's Start"
wait up to 20 seconds until page contains "Submit"
enter "TEST LEAD FIRST NAME" into "* First Name"
generate unique name, then enter into "* Last Name" and save as "generated_LAST_NAME"
enter "TEST COMPANY" into "* Company Name"
generate unique email, then enter into "* Email" and save as "generated_EMAIL"
enter "+358 40111111111111" into "* Phone"
click "Please Select"
click "Titan" below "Please Select"
click "Submit"
wait up to 20 seconds until page contains "And you’re done, thanks for your time!"
// 2. VERIFY THAT LEAD AND CAMPAIGN MEMBER GOT CREATED IN SALESFORCE
generate from the string with parameters "TEST LEAD FIRST NAME ${generated_LAST_NAME}" and save as "LEAD_FULL_NAME"
open url "https://empathetic-panda-k9cy8l-dev-ed.trailblaze.lightning.force.com/lightning/page/home"
login
click "Search..."
enter stored value "LEAD_FULL_NAME" into "Search..."
type enter
wait up to 20 seconds until page contains "1 Result"
click that second stored value "LEAD_FULL_NAME"
check that page contains stored value "generated_EMAIL"
check that page contains "Campaign History (1)"
click "Details"
check that page contains "Open - Not Contacted" to the right of "Lead Status"
// 3. VERIFY THE EMAIL RECEIVED BY THE RECIPIENT
check that email to saved value "generated_EMAIL" was received
check that the page contains "TEST LEAD FIRST NAME" to the right of "Hello"
check that the page contains stored value "generated_EMAIL"
check that the page contains "ANY use case" using OCR
E2E: Lead entry (Titan) ➔ Salesforce ➔ Email. Recorded Test Run #1