UiPath RPA Associate (UiRPA) — Question 27
When a UiPath project is started with Run mode, what happens when there is a breakpoint on an activity?
Answer options
- A. Project pauses for 5 seconds when it reaches the activity
- B. Project pauses at the activity until the Continue button is clicked
- C. Project executes without pausing at the activity
- D. Project throws an error when it reaches the activity
Correct answer: B
Explanation
The correct answer is B because when a breakpoint is encountered during execution, the project will pause at that point until the user decides to continue by clicking the Continue button. Options A, C, and D are incorrect as they do not accurately describe the behavior of breakpoints in UiPath; there is no automatic pause for a set time, execution continues without interruption, and no error is thrown under normal circumstances.