Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
@IsTest public class TestUtil { public static void createTestAccounts() { // Create some test accounts } public static void createTestContacts() { // Create some test contacts } }
http://amitsalesforce.blogspot.in/2015/06/best-practice-for-test-classes-sample.html
Please check below post for Test util class example
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_utility_classes.htm
https://developer.salesforce.com/trailhead/apex_testing/apex_testing_data
Example
Please lets us know if this will help you
Thanks
Amit Chaudhary
Hi, Amit Chaudhary
i need give the example one apex class that related test class .plase give one example so far.