A developer needs to have records with specific field values in order to test a new Apex class. What should the developer do to ensure the data is available to the test? Use Test.loadDataO and reference a CSV file in a static resource. What should a developer do to check the code coverage of a class after running all tests? View the code coverage percentage or the class using the Overalll co..