AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 64


When mapping the Training application, the User Name Field has been spied, but on highlighting the following situation is encountered:

Which of the following attributes would you use to help obtain a unique match?

Show Answer
Correct Answer: D

In the context of identifying and distinguishing between user interface elements, the Control ID is a unique identifier that ensures the precise selection of the desired element. Unlike other attributes such as Ordinal or Height, which might not guarantee uniqueness across different sessions or instances of the application, the Control ID is explicitly designed to be unique to each control within the application. This uniqueness is crucial to prevent situations where multiple matching windows are detected, which can lead to errors in automation processes. Therefore, using the Control ID is the most reliable approach to obtain a unique match.

Discussion

5 comments
Sign in to comment
anshulmantri25Option: A
Jun 24, 2020

This should be A.

mndfsnz
Jun 29, 2020

Yes.... I thing the so

floppyh4xOption: D
Sep 18, 2020

its difficult to say A, since Ordinal sometimes just contains "1" or "True"/"False"... im not sure.. Control ID seems unique to me since its saying Identifier.

Ascar
Jun 29, 2021

I agree with you - it's problem with some misleading question. According to BP the correct answer is A, but 'Control ID' can be also correct answer, since in most of application elements has unique 'Control ID'

maxidbOption: A
Jan 28, 2021

A is correct

ZerohashOption: A
Apr 21, 2021

Correct answer is A

sogoku_ichi_2907Option: A
Jun 5, 2021

Yes, A is the correct answer. Ordinal is a unique attribute.