Using a Wait stage to check if a Java element exists requires the Java Application Model tree to be traversed. Constantly accessing the model can be costly in terms of CPU efficiency.
Which of the following tips is a valid method to help manage this CPU efficiency cost?
Select an option, then click Submit answer.
-
○
Avoid using long timeout periods in Wait Stages that wait for Java elements
-
○
Close and restart the Java application between cases
-
○
Spy all the Java elements using an alternative spy mode
-
○
Ensure all the actions required to interface with the Java application are contained in a single Object

