Debugging and testing automations
Once you have created a Robot Studio project, you can debug the project in Robot Studio to test the functionality and integration.
You can use the Robot Inspector to help with debugging and testing automations. Or you can use the Test menu in Robot Studio.

Test menu options
Option | Description |
Run all | Runs the entire project as a user would run it, using Pega.RobotStudio. Stops all running applications and starts from the first step. Used for full function testing. |
Run all without debugger | Runs the entire project as a user would run it, using Pega.RobotRuntime. Does not support breakpoints. Stops all running applications and starts from the first step. Used for full function testing. |
Test automation | Tests the current automation and any sub-automations. Used for testing small parts of the project in an isolated fashion. |
Test automation without debugger | Tests the current automation and any sub-automations without running the debugger (does not support breakpoints). Used for testing small parts of the project in an isolated way. |
- Debug controls
Use debug controls to manage the flow of steps for testing automations.
Previous topic Environment overrides Next topic Debug controls