Exam PDI Topic 3 Question 7 Discussion
Actual exam question for Salesforce's PDI exam
Question #: 7
Topic #: 3
Question #: 7
Topic #: 3
What are two ways for a developer to execute tests in an org?
Choose 2 answers
Choose 2 answers
Suggested Answer: A,D Vote an answer
* Tooling API:
* The Tooling API provides programmatic access to manage tests and other metadata in the org.
* It can execute test classes or methods remotely.
* Developer Console:
* The Developer Console is a built-in Salesforce tool to execute Apex tests, debug logs, and more.
* Allows developers to execute tests interactively.
* B. Metadata API: Used for managing metadata, not for running tests.
* C. Bulk API: Used for data operations, not related to testing.
* Tooling API Overview: https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/
* Testing with Developer Console: https://help.salesforce.com/s/articleView?id=sf.
code_dev_console_test.htm
* The Tooling API provides programmatic access to manage tests and other metadata in the org.
* It can execute test classes or methods remotely.
* Developer Console:
* The Developer Console is a built-in Salesforce tool to execute Apex tests, debug logs, and more.
* Allows developers to execute tests interactively.
* B. Metadata API: Used for managing metadata, not for running tests.
* C. Bulk API: Used for data operations, not related to testing.
* Tooling API Overview: https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/
* Testing with Developer Console: https://help.salesforce.com/s/articleView?id=sf.
code_dev_console_test.htm
by Roxanne at Jul 08, 2026, 11:04 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).