A developer completed modifications to a customized feature that is comprised of two elements: • Apex trigger • Trigger handler Apex class What are two factors that the developer must take into account to properly deploy the modification to the production environment? (Choose two.)
A. Apex classes must have at least 75% code coverage org-wide.
B. At least one line of code must be executed for the Apex trigger.
C. All methods in the test classes must use @isTest.
D. Test methods must be declared with the testMethod keyword.
Suggest answer: AB
Reference:
No comments:
Please share to make the community better.