Salesforce Platform Developer I (legacy) — Question 134
What are two ways for a developer to execute tests in an org? (Choose three.)
Answer options
- A. Tooling API
- B. SalesforceDX
- C. Metadata API
- D. Bulk API
- E. Setup Menu
Correct answer: A, B, E
Explanation
The correct answers are A, B, and E because the Tooling API allows for executing tests programmatically, SalesforceDX provides a command-line interface for running tests, and the Setup Menu in Salesforce includes options for running tests manually. Options C and D, the Metadata API and Bulk API, do not provide direct functionality for executing tests.