test class
-
Loading Test data using CSV (Static Resource)
Writing Test classes is a regular activity for developers. While writing test classes, usually developers end up creating the same data again again. To minimize these efforts, to create data in bulk and make data creation easier, Salesforce provides a better approach. Using Test.loaddata(), you can load test data in your Test classes. To do… Continue reading