Exam CRT-450 Topic 3 Question 43 Discussion

Actual exam question for Salesforce's CRT-450 exam
Question #: 43
Topic #: 3
What should a developer do to check the code coverage of a class after running all tests?

Suggested Answer: C Vote an answer

To check the code coverage of a class after running all tests, the developer should view the code coverage percentage for the class using the Overall Code Coverage panel in the Developer Console Tests tab. This panel shows the code coverage for each class and trigger in the org, as well as the overall code coverage percentage.
The developer can also double-click on a class or trigger name to see the code coverage details, such as which lines are covered or not covered by tests.
The other options are not correct because:
* A. View the Code Coverage column in the list view on the Apex Classes page. This option only shows the code coverage percentage for each class, but not the details of which lines are covered or not covered by tests. It also does not show the code coverage for triggers or the overall code coverage percentage.
* B. View the Class Test Percentage tab on the Apex Class fist view m Salesforce Setup. This option does not exist in Salesforce Setup. There is no such tab or view for Apex classes.
* D. Select and run the class on the Apex Test Execution page in the Developer Console. This option only runs the test methods in the selected class, but does not show the code coverage for the class or other classes and triggers in the org.
References:
* : Testing and Code Coverage
* : Developer Console

by Allen at Jul 24, 2026, 02:21 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10