List of questions
Related questions
Question 86 - Certified Platform Developer II discussion
A developer needs test data for Apex test classes.
What can the developer use to provide test data to the test methods? (Choose two.)
A.
List<sObject> Is = Test.loadData (Lead.sObjectType, fmyTestLeads f);
B.
myDataFactory.createTestRecords (10)
C.
Database.createTestRecords (10)
D.
List<sObject> Is = Test.loadDat (Lead.sObjectType, $Resource + 'myTestLeads f);
Your answer:
0 comments
Sorted by
Leave a comment first