Tag Archives: Deepabali Bhattacharya

Remove all batch/scheduled process within Test method while deploy in Production

We face many problems when trying to deploy some code from Sandbox to Production . One of those is say, we have change in MyApexClass and that class is previously set at some scheduled jobs in Production. So to avoid this problem we can take help of test method to remove scheduled jobs and below …

Continue reading