InterviewSolution
Saved Bookmarks
| 1. |
What Is Minimum Test Coverage Required For Trigger To Deploy? |
|
Answer» In SALESFORCE, if you want to deploy your code to PRODUCTION, then you MUST make sure that at least 75% of your Apex code is covered by unit tests. And all these tests must COMPLETE successfully. In Salesforce, if you want to deploy your code to production, then you must make sure that at least 75% of your Apex code is covered by unit tests. And all these tests must complete successfully. |
|