I recently hosted an episode of Software Engineering Radio called "Will McGugan on Text-Based User Interfaces"!

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

Time-aware test suite prioritization

empirical study
performance analysis
program performance
Proceedings of the International Symposium on Software Testing and Analysis
Authors

Kristen R. Walcott

Mary Lou Soffa

Gregory M. Kapfhammer

Robert S. Roos

Published

2006

Abstract
Regression testing is frequently performed in a time constrained environment. This paper explains how 0/1 knapsack solvers (e.g., greedy, dynamic programming, and the core algorithm) can identify a test suite reordering that rapidly covers the test requirements and always terminates within a specified testing time limit. We conducted experiments that reveal fundamental trade-offs in the (i) time and space costs that are associated with creating a reordered test suite and (ii) quality of the resulting prioritization. We find knapsack-based prioritizers that ignore the overlap in test case coverage incur a low time overhead and a moderate to high space overhead while creating prioritizations exhibiting a minor to modest decrease in effectiveness. We also find that the most sophisticated 0/1 knapsack solvers do not always identify the most effective prioritization, suggesting that overlap-aware prioritizers with a higher time overhead are useful in certain testing contexts.
Details

Paper
Presentation
Presentation

Reference
@inproceedings{Walcott2006,
 author = {Kristen R. Walcott and Mary Lou Soffa and Gregory M. Kapfhammer and
Robert S. Roos},
 booktitle = {Proceedings of the International Symposium on Software Testing
and Analysis},
 title = {Time-aware test suite prioritization},
 year = {2006}
}

Return to Paper Listing

GMK

Top