Question: Create an Apex class in the public scope Name: RandomContactFactory ( without the @isTest annotation ) Use a Public Static Method to consistently generate contacts
Create an Apex class in the public scope
Name: RandomContactFactory without the @isTest annotation
Use a Public Static Method to consistently generate contacts with unique first names based on the iterated number in the format Test Test and so on
Method Name: generateRandomContacts without the @isTest annotation
Parameter : An integer that controls the number of contacts being generated with unique first names, such as Test and Test
Parameter : A string containing the common last name of the contacts
Return Type: ListCreate a graph of
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
