How to create and test a Salesforce Schedulable Class

In this post we will see how to create and test a schedulable class. We will use schedulable interface to create a schedulable class and Test.StartTest() and Test.StopTest() methods to write the test class. Schedulable class can be used for variety of purposes. You can use the class to send regular SMS/Emails. You can use […]

Scroll to top