-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Status
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