How can the developer generate the code coverage?

An Apex class does not achieve expected code coverage. The testSetup method explicitly calls a method in the Apex class.

How can the developer generate the code coverage?
A . Add @testVisible to the method in the class the developer is testing.
B . Use system.assert() in testSetup to verify the values are being returned.
C . Call the Apex class method from a testMethod instead of the testSetup method.
D . Verify the user has permissions passing a user into System.runAs().

Answer: D

Latest PDII Practice Questions with 280 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
0 Comments