UIpath习题总结篇 - Lesson 8 - Advanced Citrix Automation

Lesson 8 - Advanced Citrix Automation

Single choice

(85)  How can we make sure that an app is in a certain state in a Citrix environment?

          By making use of the WaitForReady property.

          By checking the UI element’s attributes.

          By waiting for certain UI elements to appear or disappear and making decisions based on  that.(√)

Single choice

(86)  How can the robot pass a variable argument when opening an application in Citrix (eg: a web address for a browser)?

With an Open Application activity Setting the argument to the shortcut on the desktop

In the command prompt, type in the path to the application and the argument

Cannot be done (√)

activities

Click OCR Text

Click Image activity

Multiple Choice

(87)  If a Click Image activity was created with an image of an icon, and meanwhile that icon becomes highlighted, will the activity still work?

        No, if the accuracy is too high. (√)

        Yes, the robot will always find it.

        Yes, if the clipping region avoids the background of the icon. (√)

Multiple Choice

(88)  Which of the following activities can be used to select an item in drop down list, in Citrix?   

          Click OCR Text (√) Click Image (√) Click Text          Select Item

Pick Branch activity

Single choice

(89)  Can a Pick Branch activity be used alone?

          No, it can only be added inside a Pick activity body. (√)

          Yes, for example, inside a Then/Else section of an If activity.

Find Image activity

Send Hotkey activity

Multiple Choice

(90)  How can you start an application within a Citrix environment?

Using a Open Application activity

Using a Start Process activity

Defining a shortcut key and then triggering the app with a Send Hotkey activity (√)

Double clicking the application icon on the desktop (√)

Type Into activity

Multiple Choice

(91)  Imagine you have to use a Type Into activity in an element that loads slowly. Will it be a good idea to add some delays before executing Type Into?

          Yes, it’ll give the robot some time and when the element is loaded it can carry on typing.

          No, this solution is not reliable because sometimes the loading time can take more than the delay time. (√)

        Yes, use On image appear and start typing only after the trigger happens. (√)

keyboard commands/hotkeys

Single choice

(92)  What is the EASIEST navigation method to be used in a form within Citrix?

          By sending keyboard commands/hotkeys (√)

          By using Click relative to image

          By using Click with fixed coordinates

你可能感兴趣的:(UIpath习题总结篇 - Lesson 8 - Advanced Citrix Automation)