APD01 Exam QuestionsBrowse all questions from this exam

APD01 Exam - Question 26


Which of the following statements is true regarding the automation of Java applications? (Choose two.)

Show Answer
Correct Answer: ABD

Java Access Bridge is required to automate applications using Java spy mode, as it is a technology that helps Java applications communicate with accessibility tools. Active Accessibility spy mode can be employed on Java applications to identify and interact with UI elements. Thus, statements related to these functionalities are true regarding the automation of Java applications.

Discussion

2 comments
Sign in to comment
GaneshkarriOptions: AD
Nov 10, 2020

A, D are correct options

mzuliOptions: AD
May 9, 2023

A and D. Not B - Spy modes can be mixed. Not C - Surface automation is always possible.