TESTAR_dev icon indicating copy to clipboard operation
TESTAR_dev copied to clipboard

[Refactor] Android Spy Visualization

Open ferpasri opened this issue 9 months ago • 0 comments

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 Visualizer and SutVisualization implementations.

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

ferpasri avatar Mar 10 '25 10:03 ferpasri