UiARD Exam QuestionsBrowse all questions from this exam

UiARD 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?

Show Answer
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

4 comments
Sign in to comment
RigaOption: A
May 13, 2024

Hardcoded delay

MirjalolOption: A
Jul 18, 2024

A hardcoded delay. Activity does not have default name

appu121Option: C
Aug 5, 2024

activity name default

IngvarnOption: A
Nov 26, 2024

A. Hardcoded Delays