Salesforce Certified Platform Developer II — Question 50
Which API can be used to execute unit tests? (Choose three.)
Answer options
- A. Streaming API
- B. Test API
- C. Tooling API
- D. SOAP API
- E. Metadata API
Correct answer: C, D, E
Explanation
The Tooling API, SOAP API, and Metadata API are all designed to support operations related to unit testing in Salesforce. The Streaming API and Test API, however, do not provide the necessary functionalities for executing unit tests.