Universal Containers (UC) maintains the Customer Master outside of Salesforce and would like to sync the Customer records with Salesforce on a daily basis. UC has complex logic in the Account trigger and will have to test it for bulk inserts and updates. UC has been given a csv file with test data.
What is the recommended way to use this data in a test class?
A . Load the customer-provided csv file as a static resource and refer to it in the test classes.
B . Load the customer-provided csv file as a Chatter file and refer to it in the test classes.
C . Load the customer-provided csv file under Documents and refer to it in the test classes.
D . Load the customer-provided csv file to a custom object for testing and delete the test records after testing.
Answer: A