Debugging Flashcards

1
Q

Which action does the Play button in the Ribbon take by default?

Debug Current File

Debug Project

Run Current File

Run Project

A

Debug Current File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

Run to this activity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

Call Stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which panel is used to inspect data available at a certain point during debugging?

Watch

Immediate

Locals

Call Stack

A

Immediate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A

The values of variables or arguments, and the values of user-defined expressions that are in scope.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

Profiling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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.

A

In the activity contextual menu in the Designer panel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

Locals Panel

Variables Panel

Data Manager Panel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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.

A

The Locals panel.

Further execution in debug mode of the workflow.

The Watch panel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

It focuses on that activity or container.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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’

A

parentid=‘slide-list-container’

tag=‘A’

class=‘btn-dwnl’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

A

Properties of current activity.

Exceptions.

The value of the variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which panel would you use to create a Test Bench?

Choose one of the options below

Activities panel

Project panel

Designer panel

Local panel

A

Activities panel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly