Check Account Validation Rule (T00005)
A. Create and test a Validation Rule in Salesforce
Create the Validation Rule in Salesforce
Click: cog > "Setup"
Click: "Object Manager"
Click: "Account"
Click :"Validation Rules"
Click: "New"
Enter
Rule Name: "VR01_Billing_Country_Prohibited_RUSSIA"
Active: checked
Enter Error Condition Formula: "CONTAINS(UPPER(BillingCountry), "RUSSIA")"
Enter Error Message: "Due to the Russia's invasion in Ukraine, we don't do business with Accounts in Russia (UN Resolution ES 11/2). [VR01]"
Select Error Location: Field: Billing Country
Click: "Save"
Close this browser tab
Test the Validation Rule manually in Salesforce
Search: "Pyramid"
Click: Account "Pyramid Construction Inc."
Click: "Edit"
Enter Billing Country: "Russia"
Click: "Save"
Observe the error message
Click: "Cancel"
B. Test the Validation Rule using testRigor
Create a new Test Case in testRigor
Enter Description: "T0005 - Account Validation Rule"
Enter Custom steps: copy paste from below
Click: "Add and Run"
Observe progress and results of the Test Run
C. Additional twist for Salesforce Flow Builder experts:
... you want to try a new feature in Flow:
Custom Error Message in Before Save Flow
with the same error message on the same field as in the Validation Rule
So:
Dectivate the Validation Rule
Manually test that Russia can be saved to Billing Country
Create and activate the Flow
Manually test that Russia cannot be saved to Billing Country
Run the Test Case in testRigor
Test Case passes as the feature is the same - only the implementation was changed
no need to modify the Test Case!
Last updated