Debugging Flashcards
Which action does the Play button in the Ribbon take by default?
Debug Current File
Debug Project
Run Current File
Run Project
Debug Current File
Which debugging option in UiPath Studio allows you to pause the execution before a specific activity and perform additional actions?
Choose one of the options below
Run to this activity
Step Into
Step Over
Create test bench
Run to this activity
Which panel displays the next activity to be executed and its parent containers when the project is paused in debugging?
Watch
Immediate
Locals
Call Stack
Call Stack
Which panel is used to inspect data available at a certain point during debugging?
Watch
Immediate
Locals
Call Stack
Immediate
What information can you follow in the Watch panel?
The next activity to be executed and its parent containers when the project is paused in debugging.
The output of log message and write line activities.
The values of variables or arguments, and the values of user-defined expressions that are in scope.
The previous activity to be executed and its parent containers.
The values of variables or arguments, and the values of user-defined expressions that are in scope.
Which panel in UiPath Studio provides a performance analysis of all operations, showing the cumulative percentage of execution time for each activity?
Watch
Profiling
Immediate
Output
Profiling
Where can you find the Run from this Activity, Run to this Activity and Test activity actions?
Choose one of the options below
In the activity contextual menu in the Activities panel.
In the activity contextual menu in the Designer panel.
In the Debug Ribbon.
In the Design Ribbon.
In the activity contextual menu in the Designer panel.
From which panels can you directly add variables to the Watch panel?
Choose the three options that apply
Locals Panel
Variables Panel
Activities Panel
Immediate Panel
Data Manager Panel
Locals Panel
Variables Panel
Data Manager Panel
Where does changing a variable in the Immediate Panel reflect?
Choose the three options that apply
The Locals panel.
Further execution in debug mode of the workflow.
The Watch panel.
The Output panel.
The execution of the workflow at runtime.
The Locals panel.
Further execution in debug mode of the workflow.
The Watch panel.
What happens when you click an activity or container in the Call Stack Panel?
Choose one of the options below
It starts execution from that activity or container.
It focuses on that activity or container.
It stops the execution of that activity.
It focuses on that activity or container.
Review question: What are some of the attributes present in the following selector <webctrl parentid=‘slide-list-container’ tag=‘A’ aaname=‘Details’ class=‘btn-dwnl’ />?
Choose the three options that apply
/>
parentid=‘slide-list-container’
webctrl
tag=‘A’
class=‘btn-dwnl’
parentid=‘slide-list-container’
tag=‘A’
class=‘btn-dwnl’
Which of the following types of information can you find in the Locals Panel?
Choose the three options that apply
The value of the expressions.
Properties of current activity.
Exceptions.
The value of the variables.
A cumulative percentage of the execution time of each activity.
Properties of current activity.
Exceptions.
The value of the variables.
Which panel would you use to create a Test Bench?
Choose one of the options below
Activities panel
Project panel
Designer panel
Local panel
Activities panel