Salesforce Platform Developer I (legacy) — Question 72
What are two ways for a developer to execute tests in an org? (Choose two.)
Answer options
- A. Tooling API
- B. Developer Console
- C. Metadata API
- D. Bulk API
Correct answer: A, B
Explanation
The correct options, A and B, represent tools specifically designed for executing tests within the Salesforce environment. The Tooling API allows developers to run tests programmatically, while the Developer Console provides a user interface for running tests interactively. Options C and D, the Metadata API and Bulk API, are not intended for executing tests; instead, they are used for deploying and managing metadata and processing large data sets, respectively.