Exam UiARD All QuestionsBrowse all questions from this exam
Question 199

A developer is building an automation which types text into the fields of a web page. The Activity Project Settings for UI Automation Classic 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 activity will use the Default method in both Run mode and Debug mode. The settings in the Activity Project Settings are configured to True for SendWindowMessages in both Run value and Debug value. However, in the Type Into activity's properties, SendWindowMessages is explicitly set to False, and SimulateType is also set to False. When neither SendWindowMessages nor SimulateType is enabled, the activity defaults to using the Default method.

Discussion
sur_bhi123456789Option: C

C is the correct ans .

Engineer24Option: B

I think the correct answer is B !