Testing Best Practices in Salesforce
When migrating your apex code from a Sandbox to a Production environment, the Force.com platform mandates you to ensure that your code passes minimum 75% code coverage requirement while unit testing. This has been a best practice in the coding world for quite a long time for obvious reasons. Salesforce has made it a compulsion […]