DRAG DROP
In the Answer Area, drag each use case on the left to the correct Toolbox item.
Select and Place:
DRAG DROP
Pega Robot Studio has several methods to manage the flow of an automation depending on when a control is matched. In the Answer Area, drag the description on the left to its matching Design Block.
Select and Place:
Which of the following controls cannot be added to the Windows form?
A. ComboBox
B. ProgressBar
C. Pointer
D. PictureBox
You are automating the login process for a web application. There are three possible scenarios that may occur: (1) You may successfully login, (2) you may not be successful logging in, or (3) you may log in but go to the change password screen.
Which control from the Toolbox do you use to determine which page you were on after performing the login function?
A. WaitAll
B. Switch
C. WaitAny
D. Signal
The business requirements states that the login automation creates a Success or Failed response when attempting to log in to the finance application. If a failure occurs, the automation should pass a message code with the Message Manifest before exiting the automation.
Which image represents the exit logic?
A. Option A
B. Option B
C. Option C
D. Option D
You are using the Interaction framework for your project solution. Where in the solution do you add an Interaction Manager component?
A. In the project configuration file.
B. As a local component of the automation.
C. In the global container of the project.
D. As a global component of the automation.
While interrogating a web application, you come across a hidden menu item: AddressType. The AddressType menu item activates when the pointer hovers over the control; the menu displays a drop-down list. How do you interrogate this hidden drop-down list control?
A. Access the Virtual Controls tab on the adapter tab.
B. Choose HTML Table Editor from the Interrogation Form dialog box.
C. Choose Select Element from the Interrogation Form dialog box.
D. From the Web Controls tab, select the browser and frame, then select List Web controls.
Lines in the RuntimeLog containing the text "ExecutionLink From:" refer specifically to what item from your solution?
A. Blue data lines
B. Automation entry points
C. Automation execution threads
D. Yellow execution lines
An automation requires the web adapter to attach to a running instance of Internet Explorer. How do you achieve this requirement?
A. Configure the Universal Web adapter and set the StartMethod property to MonitorAll.
B. Configure the web adapter and set the StartMethod property to MonitorAll.
C. Configure the web adapter and set the StartMehod property to Attach.
D. The web adapter cannot connect to a running instance.
You are assigned to develop a set of activities using a popular HR application. The application loads after you start interrogation from Pega Robot Studio, but you notice that you are unable to use the Robot Studio Interrogator to drag and drop over the desired controls.
Why are you unable to interrogate the desired application controls?
A. The StartMethod on the adapter is set to StartAndWait, but the TargetPath property is undefined.
B. The StartMethod on the adapter is set to MonitorAll, but the path property is undefined.
C. The StartMethod on the adapter is set to Start, but the TargetPath property is undefined.
D. The adapter's StartOnProject property is set to false.