Which of the following statements is true regarding the automation of Java applications? (Choose two.)
Which of the following statements is true regarding the automation of Java applications? (Choose two.)
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.
A, D are correct options
A and D. Not B - Spy modes can be mixed. Not C - Surface automation is always possible.