Ask Question
4 August, 20: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.

+4
Answers (1)
  1. 4 August, 23:07
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers