Testing Catch Exceptions

Testing Catch Exceptions

Comments

  • I have created a flow with catch exceptions in it to handle errors. Is there any way to test these paths to make sure they are working?

  • There are several ways to test catch exceptions. One way is to use a throw exception in the flow. This will allow you to trigger a catch exception at almost any point. Another way is to set a crucial piece of data to null or ignore or disconnect a step. This way an exception is thrown by the system.

Sign In or Register to comment.