Salesforce Platform Developer I (legacy) — Question 108
Which two events need to happen when deploying to a production org? (Choose two.)
Answer options
- A. All Process Builder Processes must have at least 1% test coverage.
- B. All Apex code must have at least 75% test coverage.
- C. All triggers must have at least 1% test coverage.
- D. All Visual Flows must have at least 1% test coverage.
Correct answer: B, C
Explanation
Option B is correct because Salesforce requires that all Apex code must have at least 75% test coverage before it can be deployed to production. Option C is also correct as all triggers must have a minimum of 1% test coverage. Options A and D are incorrect because there is no requirement for Process Builder Processes or Visual Flows to have a specific percentage of test coverage for deployment.