I recently hosted an episode of Software Engineering Radio called "Eran Yahav on the Tabnine AI Coding Assistant"!

  • Home
  • Teaching
    • Overview
    • Data Abstraction
    • Operating Systems
  • Research
    • Overview
    • Papers
    • Presentations
  • Outreach
    • Software
    • Service
    • Blog
  • About
    • Biography
    • Schedule
    • Contact
    • Blog
    • Service
    • Papers
    • Presentations

ReDeCheck: An automatic layout failure checking tool for responsively designed web pages

fault localization
software tool
web testing
Proceedings of the International Symposium on Software Testing and Analysis
Authors

Thomas A. Walsh

Gregory M. Kapfhammer

Phil McMinn

Published

2017

Abstract
Since people frequently access web sites with a wide variety of devices (e.g., mobile phones, laptops, and desktops), developers need frameworks and tools for creating layouts that are useful at many viewport widths. While responsive web design (RWD) principles and frameworks facilitate the development of such sites, there is a lack of tools supporting the detection of failures in their layout. Since the quality assurance process for responsively designed web sites is often manual, time-consuming, and error-prone, this paper presents ReDeCheck, an automated layout checking tool that alerts developers to both potential unintended regressions in responsive layout and common types of layout failure. In addition to summarizing ReDeCheck’s benefits, this paper explores two different usage scenarios for this tool that is publicly available on GitHub.
Details

Paper
Presentation
Presentation
redecheck/redecheck

Reference
@inproceedings{Walsh2017a,
 author = {Thomas A. Walsh and Gregory M. Kapfhammer and Phil McMinn},
 booktitle = {Proceedings of the International Symposium on Software Testing
and Analysis},
 title = {ReDeCheck: An automatic layout failure checking tool for responsively
designed web pages},
 year = {2017}
}

Return to Paper Listing

GMK

Top