Artificial Intelligence
Please fill the required field.

Which type of controller should a developer use to include a list of related records for a custom object record on a visualforce page without needing additional test coverage?*Required Controller Extension Standard Controller List Controller Custom Co


To include a list of related records for a custom object record on a Visualforce page without needing additional test coverage, a developer should use the **Standard Controller**. Using the Standard Controller allows for access to the built-in functionality, including relationships with related records without requiring additional test classes to cover a custom controller's logic.