rover

Salesforce Shots: No-Code Flow Testing (Beta)

In Salesforce summer-22 release, salesforce launched View Tests (beta) which will help you to test  Record Triggered Flow. In the Salesforce ecosystem, everyone knows Flow is the future of declarative automation tools. It will replace the existing workflow & process builder soon. After saving Record-Triggered Flow, click the “View Tests (beta)” button where you can […]

rover

Salesforce Shots : Test class for Revoke Portal User Access in Apex Batch Class

While writing Test class for this scenario the biggest challenge we faced was, “isPortalEnable” field of the “User” object is not editable, to make it we need to take care of the below points: We need to create Two individual users as test data one user as System Administrator and another one as Portal User. […]