ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 87 - AD01 discussion

Report
Export

After launching the order processing application, the following login screen is displayed to the user, requesting their login details:

The following Launch Action has been created in Blue Prism:

According to Blue Prism best practice, what should be configured between the Launch and End stages?

A.
A Wait Stage to check for an element on the Login screen
Answers
A.
A Wait Stage to check for an element on the Login screen
B.
A Navigate stage to Attach to the application
Answers
B.
A Navigate stage to Attach to the application
C.
A Write stage to enter the Staff Number and Password
Answers
C.
A Write stage to enter the Staff Number and Password
D.
A Read Stage to read an element from the Login screen
Answers
D.
A Read Stage to read an element from the Login screen
Suggested answer: A

Explanation:

Analysis of the Launch Action:

The action involves launching an order processing application, which brings up a login screen requesting the user's login details.

The flow in the question shows a 'Launch' stage and an 'End' stage with no intermediate stages.

Blue Prism Best Practices:

According to Blue Prism best practices, after launching an application, it is essential to verify that the application has loaded successfully and is ready for further interaction.

This verification is typically done using a wait stage to check for the presence of specific elements that confirm the application is ready, in this case, elements on the login screen.

Reasoning for the Wait Stage:

The Wait stage ensures that the login screen has fully loaded and the elements are available for interaction.

This prevents the automation process from proceeding to the next steps too quickly, which could lead to errors if the elements are not yet ready.

Implementation:

Insert a Wait stage immediately after the Launch stage.

Configure the Wait stage to check for a specific element on the login screen, such as the 'Staff Number' field or the 'Sign In' button.

Only proceed to the next stages (entering login details, etc.) once the Wait stage confirms the presence of the required elements.

Blue Prism Developer Documentation: Best Practices for Wait Stages

Blue Prism Training Material on Login Automation Procedures

asked 16/09/2024
Cynthia Gutknecht
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first