TESTAR_dev
TESTAR_dev copied to clipboard
[Refactor] Android Spy Visualization
Status
https://github.com/TESTARtool/TESTAR_dev/tree/master/android/src/org/testar/monkey/alayer/android/spy_visualization
The android/spy_visualization package allows users to render a Java visualization window to Spy detected widgets, their properties, and the possible derived actions.
Refactor tasks
- Discuss the similarities with the TESTAR
VisualizerandSutVisualizationimplementations.
https://github.com/TESTARtool/TESTAR_dev/blob/master/testar/src/org/testar/SutVisualization.java
- Then, discuss moving this feature to the testar sub-project and enable a similar visualization form for other systems.
Improvement tasks
- Use derived action information to show interactive enabled and filtered widgets
- Enable to send click events through the Java visualization window to enable remote debugging