Ask Question
10 January, 01:29

Which two approaches optimize test maintenance and support future declarative configuration changes? Choose 2 answers Create a method that performs a callout for valid records, then call this method within test methods. Create a method that creates valid records, then call this method within test methods. Create a method that loads valid Account records from a static resource, then call this method within test methods. Create a method that queries for valid records, then call this method within test methods.

+1
Answers (1)
  1. 10 January, 03:41
    0
    B and C

    Explanation:

    B. Create a method that load valid account records from a static resource, then call this method within test method

    C. Create a method that creates valid records, then call this method within test methods
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which two approaches optimize test maintenance and support future declarative configuration changes? Choose 2 answers Create a method that ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers