Ask Question
4 August, 07:48

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.

+2
Answers (1)
  1. 4 August, 08:09
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers