Contact Us 1-800-596-4880

Testing and Debugging Workflows

RPA Builder provides a framework for testing and debugging workflows.

Before testing your workflows, learn how to differentiate errors from unavailability.

Then, you can run a workflow and view Workflow Run results to obtain detailed information about the workflow’s execution.

Use Workflow Debugger to set breakpoints and debug a workflow by stopping on each configured breakpoint to troubleshoot workflow elements.

RPA Builder also enables you to analyze problems with analysis packages downloaded from RPA Manager after a failed workflow run.

Differentiate Errors from Unavailability

When testing a Workflow, it is extremely important to distinguish errors caused by the Workflow from errors that occur because of the unavailability of the measured application. To understand the difference, verify the relevant details: where an error happened, why it happened, and what the screenshot tells you about it.

There are several reasons why a keystroke action might fail with a message stating that the specified window title could not be found. For example, it could mean the window was not there at all or that the specified window title was incorrect. Analyzing the screenshots enables you to distinguish between those two cases. If the window is not there at all, then the monitored application did not start in the expected time, meaning there’s actual unavailability and there’s no need to change the Workflow. If, on the contrary, the screenshot shows that the window is there, it means the Workflow has an error. In this case, looking at the screenshot helps see the actual window title and edit the keystroke action accordingly.

Workflows commonly fail for these reasons:

  • An image could not be detected in the given timeout period.

  • An application window could not be detected or did not disappear in the given timeout period.

  • The target window of a Keystroke action could not be detected.