A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the
attributes are identical except for the Window Text attribute.
The values for the Windows Text attribute are Find' for the Find button. 'Save' for the Save button,
Close' for the Close button and New’ for the New
Button.
The Dynamic Button element has been spied and has the following attributes set:
What additional configuration is required to ensure the Close button is selected by the Navigate
stage?
B
Explanation:
Reason: When passing the values in the Parameter the parameter should be configured with respect
to the window text and pass as the value “close” as other attributes are identical we only have
window text to make our fingerprint unique.
You identify an element in Application Modeller but when you highlight or use that element Blue
Prism gives you an error message saying that duplicate elements were found.
Which of the following statements is true?
A
Explanation:
Reason: Is is common as the duplicate elements we are found by default as the attributes are
provided by the application not by the blue prism. how do make our elements unique is not done by
practicing and experience. ( This is also mentioned in the Foundation course and as well as in other
Pdf too)
Which of the following statements about Business Objects is true?
B
Explanation:
Reason: As the business object is only configure in the Object studio.
Rest all other reasons are failed.
A Blue Prism solution works fine when developing and testing it in Process and Object studio but
when it is ran in Control Room exceptions occur because of screen elements not being found.
What is the most likely cause?
B
Explanation:
Reason: This is because when we are running the process in testing and development phase at time
the speed of running the process is slow, that’s why it ran properly and when we haven’t give the
proper wait stage and when the process ran in control room the exception occurs as the process ran
in full speed so the process is not having the time to wait.
This is mentioned in the Process creation exercise or Lifecycle exercise.
The Order System application has been successfully launched and Blue Prism has navigated the
application to the following screen:
There is a requirement to ensure this screen is in focus before any further interfacing is done with the
screen. Which is the correct configuration to ensure the New Order screen is in focus?
A)
B)
C)
D)
D
Explanation:
For window application to ensure the new screen is in focus We need to activate the New screen as
not the application
You identify an element in Application Modeller and it highlights uniquely and can be used in your
object flow diagram. The next day you find that Blue Prism cannot no longer identify the same
element, your object flow is giving you 'Element not found' exceptions. Which of the following
statements is true?
D
Explanation:
Reason: This is happening when identifying the elements in application modeler some of the details
which are changing on the different environment and while identifying the elements in application
modeler the developer takes the element whose values are changing and when the application run
on the different path at that point of the time the process is able to expecting values eg same url,
date or title but it is not at there so the process terminates. Follow the best practice for this.
When automating a Windows application what type of stage is configured to perform a Global Send
Key Events?
D
Explanation:
Reason: Global send key events and global keys are not passed through the navigate stage.
Consider the following flow in an object:
Which of these statements is true?
B
Explanation:
Reason: There is no wait stage required after Read and write stage as it makes the process lengthy
here, because here no activity is performed which are taking time to read and write so wait is not
useful.
Here wait is required for search fields as there the activity is happening in which it is required for
wait.
When entering an option within the Training Order system the relevant option number is entered
into the Option number field as below The Option number input field has been spied in Blue Prism:
The following attribute set has been returned by Application Modeller:
Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?
A
Explanation:
Reason: As the window text is not unique when the value is changed and bp is able to spied at time a
error would come. So there is no use of window text.
What is the syntax for using a collection field in an expression?
E
Explanation:
Reason: collection name or data type should always pass in square braces. And if you want to pass
any column from the collection than use it as a dot notation after the collection name in the same
braces. (You can check this in foundation course or by doing practically)