Skip to main content
Priyanka Pallepati が「#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 件の回答
  1. 2015年3月10日 17:28
    ** How do I make sure the execute method of queuable object operated correctly when I write my test class? 
0/9000