Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 24

A developer is building an automation which types text into a text file. The Activity Project Settings tor UI Automation Modern activities are set as follows:

The developer has configured the properties of a Type Into activity as follows:

What is the behavior of the Type Into activity when executing the workflow?

    Correct Answer: C

    The Type Into activity will remove a single line in both Run mode and Debug mode, as the properties set directly in the activity will override those set in the Activity Project Settings. The 'Empty field' property in the activity is set to 'SingleLine', which means it will follow this setting regardless of the Project Settings.

Discussion
JamesP1995Option: C

From Documentation 'The properties configured in Project Settings only take effect in the activities of the workflow if their properties have not been edited. Editing properties manually no longer applies the project settings to them.' Therefore answer should be C

IngvarnOption: C

C. The activity will remove a Single Line in Run mode and in Debug mode.

Ui_Bot001Option: C

Answer is C, since SingleLine is set in the activity property.

[Removed]Option: D

BOT will remove single line in Run mode and Multiline in Debug mode.

Hamossa

C tested in Studio

AndresPCOption: C

C is the correct one