CreateData.apxc: This file has the code to create the data to be used in your RentACar Application
DeleteData.apxc: This file has the code to delete the data created by CreatedData.apxc file
CreateDataTest.apxc: TestClass for CreateData class
DeleteDataTest.apxc: TestClass for DeleteData class
Once you have created your "CreateData" class, follow below steps to call the class method to generate data- Open your developer console
- Click on 'Debug' menu item
- Select 'Open Execute Anonymous Window'
- Type CreateData.createPackageData();