ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 86 - AD01 discussion

Report
Export

Study the following Action flow in a Blue Prism Business Object:

Which of the following statements are true about this flow'?

A.
If during testing the Action flow completes as expected, then no additional Wait stages are required as this will slow down the execution of the Acton flow
Answers
A.
If during testing the Action flow completes as expected, then no additional Wait stages are required as this will slow down the execution of the Acton flow
B.
A single intelligent Wait stage should be added between the 'Start' stage and the 'Write Customer ID' stage to correct this Action
Answers
B.
A single intelligent Wait stage should be added between the 'Start' stage and the 'Write Customer ID' stage to correct this Action
C.
To correct this Action, intelligent Wait stages should be added after the start stage and after any stage that will cause the application we are interfacing with to change
Answers
C.
To correct this Action, intelligent Wait stages should be added after the start stage and after any stage that will cause the application we are interfacing with to change
D.
Intelligent Wait stages should be added after every stage in the flow (i.e. after any Navigate Write or Read stages), to correct this Action
Answers
D.
Intelligent Wait stages should be added after every stage in the flow (i.e. after any Navigate Write or Read stages), to correct this Action
Suggested answer: C

Explanation:

Initial Analysis of the Action Flow:

The Action flow starts with writing the Customer ID, followed by clicking the search button, reading the results table, counting the result rows, and ending the flow.

This flow represents an automation process in Blue Prism, interacting with a user interface or application.

Importance of Wait Stages:

Wait stages in Blue Prism are used to handle the timing issues when interacting with applications. They ensure that the application has had enough time to process the previous action before moving to the next.

Without wait stages, the automation process might attempt to perform actions on elements that are not yet ready, leading to errors.

Identification of Critical Points for Wait Stages:

After the start stage and before interacting with the application elements, it is important to introduce wait stages to ensure the application is ready.

Specifically, after the 'Write Customer ID' stage and after the 'Click Search Button' stage, wait stages should be added because these actions cause changes in the application state, which needs to be stabilized before proceeding.

Implementation:

Add a wait stage after the 'Start' stage to ensure the application is loaded and ready.

Add another wait stage after 'Write Customer ID' to ensure the ID is fully entered before clicking the search button.

Another wait stage should be placed after 'Click Search Button' to wait for the results to load before reading the results table.

After reading the results table, ensure the table is fully loaded before counting the result rows.

Blue Prism Developer Documentation: Best Practices for Wait Stages

Blue Prism Training Material on Intelligent Wait Stages

asked 16/09/2024
Christopher Scott
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first