Month: 4 years ago

lwc
Development

UI Test Automation With Salesforce

UI test automation with Salesforce has some unique characteristics, both in terms of test creation and test maintenance. Test Creation Test Maintenance Solution Salesforce Testing Flow The testing process of Salesforce is the same as any application. The tester should have a clear idea of the features which are built during the test process. It […]

Kumaresan 
Mixed DML
Development

[FIX] Mixed DML Error In Salesforce

What is Mixed DML Error? In our salesforce environment, Sometimes we can’t perform DML  operation between setup sObjects and non-setup sObjects.  In this kind of scenarios we will have an error that is Mixed DML error. Setup Object Example User Profile Etc.. Non-Setup Object Example Lead Account Contact Etc.. Solution To Fix Mixed DML Error […]

Kumaresan