Skip to main content
Priyanka Pallepati a posé une question dans #Apex
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.
1 réponse
  1. 10 mars 2015, 17:28
    ** How do I make sure the execute method of queuable object operated correctly when I write my test class? 
0/9000