Sciweavers

CHI
2011
ACM

Feedlack detects missing feedback in web applications

12 years 8 months ago
Feedlack detects missing feedback in web applications
While usability methods such as user studies and inspections can reveal a wide range of problems, they do so for only a subset of an application’s features and states. We present FeedLack, a tool that explores the full range of web applications’ behaviors for one class of usability problems, namely that of missing feedback. It does this by enumerating control flow paths originating from user input, identifying paths that lack output-affecting code. FeedLack was applied to 330 applications; of the 129 that contained input handlers and did not contain syntax errors, 115 were successfully analyzed, resulting in 647 warnings. Of these 36% were missing crucial feedback; 34% were executable and missing feedback, but followed conventions that made feedback inessential; 18% were scenarios that did produce feedback; 12% could not be executed. We end with a discussion of the viability of FeedLack as a usability testing tool. Author Keywords Feedback, program analysis, static analysis, JavaS...
Andrew J. Ko, Xing Zhang
Added 25 Aug 2011
Updated 25 Aug 2011
Type Journal
Year 2011
Where CHI
Authors Andrew J. Ko, Xing Zhang
Comments (0)