Exam UiARD All QuestionsBrowse all questions from this exam
Question 207

A developer created the following sequence:

The following reflects the Catches block for the Try Catch activity:

The Variable tab appears below:

The Properties for the Retry Scope activity are shown below:

The Properties for the On Element Appear activity are as follows:

Based on the configurations shown in the exhibits, which output is displayed in the Output panel when the target does not exist at runtime?

    Correct Answer: A

    The Retry Scope activity is configured to retry the specified action up to 4 times if the condition is not met. However, since the On Element Appear activity will not find the target element during these retries, it will eventually fail and move to the Catches block. The counter variable starts at 1 and is incremented within the Try block, but since the action fails every time, the exception handler catches the failure immediately, and the log message will display the initial value of the counter variable, which is 1.

Discussion
Engineer24Option: A

Tested in Studio. If you run file in studio the output will be "Value of counter is: 1"

sur_bhi123456789Option: A

the correct ans. should be A

[Removed]Option: A

Answer is A