Home A developer is writing an apex unit test using the salesforce API version 24.0 or later. What should the developer do to allow the apex test to access data stored in the organizaton?

A developer is writing an apex unit test using the salesforce API version 24.0 or later. What should the developer do to allow the apex test to access data stored in the organizaton?
Use the @IsTest(SeeAllData=true) annotation.

Leave a Comment