APD01 Exam QuestionsBrowse all questions from this exam

APD01 Exam - Question 24


Which of the following attributes should be checked in order to improve the performance of interaction with a Java element?

Show Answer
Correct Answer: AB

Checking the Ancestor Count attribute can improve the performance of interaction with a Java element because it helps to uniquely identify the element with fewer ancestors in the application's hierarchy. A lower ancestor count means that the automation tool can more easily and quickly find the specific element, resulting in better performance during the automation process.

Discussion

2 comments
Sign in to comment
GaneshkarriOption: B
Nov 10, 2020

option B is the correct answer

mzuliOption: B
May 9, 2023

B. Ancestor Count Checking the Ancestor Count attribute can improve the performance of interaction with a Java element because it helps to uniquely identify the element with fewer ancestors in the application's hierarchy. A lower ancestor count means that Blue Prism can more easily and quickly find the specific element, resulting in better performance during the automation process.