What should the developer do to successfully deploy the new Apex trigger and helper class?

A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required"

What should the developer do to successfully deploy the new Apex trigger and helper class?
A . Create a test class and methods to cover the Apex trigger
B . Run the tests using the ‘Run All Tests’ method.
C . Remove the falling test methods from the test class.
D . Increase the test class coverage on the helper class

Answer: C

Latest PDI Dumps Valid Version with 191 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Gonzalo
Gonzalo
9 months ago

If not mistaken correct answer is A