List of questions
Related questions
Question 142 - Certified Development Lifecycle and Deployment Architect discussion
Which two statements are accurate about why Mock objects are needed when writing test classes?
Choose 2 answers
A.
Mock can also be used on the classes that extend the batchable interface to bypass the batch jobs.
B.
Using a Mock allows the test class to bypass the dependencies of other objects, methods, state, or behaviors. Therefore, the developer has total control of his own code.
C.
Some methods are invoking long running processes, using Mock is a shortcut of bypassing the long executions.
D.
A Mock is needed whenever the code makes an HTTP callout.
Your answer:
0 comments
Sorted by
Leave a comment first