Ask Question
5 May, 18:43

A developer creates a new Visualforce page and Apex extension, and writes test classes that exercise 95% coverage of the new Apex extension. Change set deployment to production fails with the test coverage warning: "Average test coverage across all Apex classes and triggers is 74%, at least 75% test coverage is required."What can the developer do to successfully deploy the new Visualforce page and extension?

A. Create test classes to exercise the Visualforce page markup

B. Select "Disable Parallel Apex Testing" to run all the tests.

C. Add test methods to existing test classes from previous deployments

D. Select "Fast Deployment" to bypass running all the tests

+1
Answers (1)
  1. 5 May, 20:43
    0
    The correct option to the following question is C.).

    Explanation:

    A web page that belongs to the salesforce is called the visualforce page.

    The controller extension is Apex class containing the constructor which takes the single argument of the type Apex Pages. StandardController or the CustomControllerName, where the CustomControllerName is a name of the custom controllers which you wants to extend.

    With power of the Apex and the Visualforce page, you can easily customize the feel and look of the knowledge base, for example, with the custom search page or the robust articles publishing cycle.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A developer creates a new Visualforce page and Apex extension, and writes test classes that exercise 95% coverage of the new Apex ...” 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