Skip to main content
Hi! I have a super simple after-delete trigger that only start()s a flow--does it need a test class? If so, what would I test? I could test that the flow ran successfully, but that's really not testing the trigger... Thanks! 
2 Antworten
  1. 8. Okt. 2019, 15:34
    Thanks, Anthony! Your answer connected some dots for me. I had to create half a dozen connected objects, learn about SOQL queries in test classes (no real data!), and add some error catching in the flow being triggered, but I got it working. Have a great day!
0/9000