Publications

EventBreak: Analyzing the Responsiveness of User Interfaces through Performance-Guided Test Generation

AuthorPradel, Michael; Schuh, Parker; Necula, George; Sen, Koushik
Date2014
TypeConference Proceedings
AbstractEvent-driven user interface applications typically have a single thread of execution that processes event handlers in response to input events triggered by the user, the network, or other applications. Programmers must ensure that event handlers terminate after a short amount of time because otherwise, the application may become unresponsive. This paper presents EventBreak, a performance-guided test generation technique to identify and analyze event handlers whose execution time may gradually increase while using the application. The key idea is to systematically search for pairs of events where triggering one event increases the execution time of the other event. For example, this situation may happen because one event accumulates data that is processed by the other event. We implement the approach for JavaScript-based web applications and apply it to three real-world applications. EventBreak discovers events with an execution time that gradually increases in an unbounded way, which makes the application unresponsive, and events that, if triggered repeatedly, reveal a severe scalability problem, which makes the application unusable. The approach reveals two known bugs and four previously unknown responsiveness problems. Furthermore, we show that EventBreak helps in testing that event handlers avoid such problems by bounding a handler's execution time.
Isbn978-1-4503-2585-1
SerieOOPSLA '14
InProceedings of the 2014 ACM International Conference on Object Oriented Programming Systems Languages & Applications, p.33-47
PublisherACM
PartnTUD-CS-2014-1106
Urlhttps://tubiblio.ulb.tu-darmstadt.de/id/eprint/98207