function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priyanka PallepatiPriyanka Pallepati 

Test method that makes sure your execute method of queueable object operates correctly

Hi - 

I have a after update trigger, based on the update of few values of a object, I sent the object to a queuable object.
This queuable object in turn makes sure it sets up the queue and using the execute method sends each object to a webservice.
How do I make sure the execute method of queuable object operated correctly?

Thanks.
Priyanka.
Priyanka PallepatiPriyanka Pallepati
** How do I make sure the execute method of queuable object operated correctly when I write my test class?