Exam APD01 All QuestionsBrowse all questions from this exam
Question 3

Which of the following four configurations depicts the best approach for an Action that has been built to select a button to navigate to an Input Order screen?

A.

B.

C.

D.

    Correct Answer:

    The best approach for an action that selects a button to navigate to an Input Order screen involves ensuring that the system waits for the button's visibility, presses it, and then waits for the Input Order screen to appear. This ensures that the action is robust and can handle cases where the button or screen may take time to appear. Additionally, handling exceptions and timeouts ensures better error management. Configuration B depicts a comprehensive approach, including waiting for the order screen button, handling timeouts, and including stages for exception handling and recovery. Therefore, the correct answer is B.

Discussion
SimPact

Ans : C.

boo_takoske

Why isn't C the answer?

Ascar

Mistaka on page - C is the correct answer.

LH1213

C because we want to know the reason for exception

1234_1234

Ans is C