Exam UiARD All QuestionsBrowse all questions from this exam
Question 73

A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.

Which Workflow Analyzer rule will trigger a warning for this activity?

    Correct Answer: A

    The Workflow Analyzer rule that will trigger a warning for this Click activity is 'Hardcoded Delays'. This is because the 'DelayAfter' property has a hardcoded value of 3000 milliseconds, which is a static delay time. Hardcoded delays can make the automation less flexible and adaptable to changes in application performance or environment conditions. It's generally recommended to use dynamic or configurable delay mechanisms instead.

Discussion
RigaOption: A

Hardcoded delay

IngvarnOption: A

A. Hardcoded Delays

appu121Option: C

activity name default

MirjalolOption: A

A hardcoded delay. Activity does not have default name