Minimizing GUI event traces

L Clapp, O Bastani, S Anand, A Aiken - … of the 2016 24th ACM SIGSOFT …, 2016 - dl.acm.org
… We evaluate our event trace minimization approach on two different datasets: one composed
of 7 applications from the Google Play store selected among the top 20 most popular apps …

Event trace reduction for effective bug replay of Android apps via differential GUI state analysis

Y Sui, Y Zhang, W Zheng, M Zhang, J Xue - … of the 2019 27th ACM Joint …, 2019 - dl.acm.org
… , an event trace reduction tool for effective bug replay by using a new differential GUI state
analysis. … [11] develop a variant of delta debugging to minimize long event traces reaching a …

Use case redocumentation from gui event traces

M Smit, E Stroulia, K Wong - 2008 12th European Conference …, 2008 - ieeexplore.ieee.org
… sequence of events. Based on this event-driven model, we partition the task traces using
event-… Everything between two event-listener calls is considered an event-handling sequence (…

GUI interaction testing: Incorporating event context

X Yuan, MB Cohen, AM Memon - IEEE Transactions on …, 2010 - ieeexplore.ieee.org
events in a software system and its states. This context-sensitive and state-based execution
behavior of GUI events creates problems for testing; each event … To minimize threats to …

Constraint-based event trace reduction

J Wang - Proceedings of the 2016 24th ACM SIGSOFT …, 2016 - dl.acm.org
… irrelevant events from the event trace. Our approach builds constraints among events and the
… values), to search for a minimal event trace that satisfies these constraints. Our evaluation …

GUI-driven code tracing

AL Santos - 2012 IEEE Symposium on Visual Languages and …, 2012 - ieeexplore.ieee.org
event listeners to the program’s widgets with the purpose of being enablers for activating the
trace … We took special care on minimizing the number of recorded method call events. The …

Booster: Effective and Efficient Web GUI Trace Reduction Based on Multi-Level State Abstraction and Time-Guided Hierarchical Delta Debugging

C Liu, J Wang, Z Song, W Yang, Y Zhang… - ACM Transactions on …, 2026 - dl.acm.org
… candidates to ensure that the final trace is minimized to its shortest possible form. In the …
minimize each GUI trace while optimizing the reduction time. TGHDD takes as input a GUI trace

Developing a single model and test prioritization strategies for event-driven software

RC Bryce, S Sampath… - IEEE Transactions on …, 2010 - ieeexplore.ieee.org
… We also show six tests that allow us to provide hand traces of the criteria. … a control to compare
our prioritization techniques in order to minimize this threat. Future work may examine real …

DetReduce: minimizing Android GUI test suites for regression testing

W Choi, K Sen, G Necula, W Wang - Proceedings of the 40th …, 2018 - dl.acm.org
… Based on these observations, we devised the second part of our minimization algorithm
where we combine fragments from different traces to create longer replayable traces. A …

Automatically repairing broken workflows for evolving GUI applications

S Zhang, H Lü, MD Ernst - … of the 2013 International Symposium on …, 2013 - dl.acm.org
… -handling methods) from other methods, and records both of them in the execution trace.
An event handler is a special method in a GUI application that is called back by the GUI