UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 77


A developer configured the Activity Project Settings for a UI automation and a Click activity in the project shown in the following exhibits:

If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?

Show Answer
Correct Answer: A

In Debug mode, the Timeout specified in the Activity Project Settings takes precedence over the individual activity's timeout setting when there is a conflict. The Project Settings show a debug timeout value of 10,000 milliseconds (10 seconds). Therefore, if the element is not found, an error will be thrown after 10 seconds.

Discussion

5 comments
Sign in to comment
LarcAi_TrainingOption: B
May 23, 2024

The given answer is correct

MirjalolOption: B
Jul 18, 2024

15 seconds as it is provided in click activity TimeOut. If it was left blank, then project settings rule would apply

ReydHershelOption: B
Sep 21, 2024

Es la B

IngvarnOption: B
Nov 28, 2024

15 seconds as it is provided in click activity TimeOut. If it was left blank, then project settings rule would apply

[Removed]Option: A
Sep 19, 2024

Is it not 10seconds in the debug mode. I think answer is 10seconds