You need to sign in to do that
Don't have an account?

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.
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.

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