A Unified Test Case Prioritization Approach

Abstract

Test case prioritization techniques attempt to reorder test cases in a manner that increases the rate at which faults are detected during regression testing. Coverage-based test case prioritization techniques typically use one of two overall strategies: a total strategy or an additional strategy . These strategies prioritize test cases based on the total number of code (or code-related) elements covered per test case and the number of additional (not yet covered) code (or code-related) elements covered per test case, respectively. In this article, we present a unified test case prioritization approach that encompasses both the total and additional strategies. Our unified test case prioritization approach includes two models ( basic and extended ) by which a spectrum of test case prioritization techniques ranging from a purely total to a purely additional technique can be defined by specifying the value of a parameter referred to as the f p value. To evaluate our approach, we performed an empirical study on 28 Java objects and 40 C objects, considering the impact of three internal factors (model type, choice of f p value, and coverage type) and three external factors (coverage granularity, test case granularity, and programming/testing paradigm), all of which can be manipulated by our approach. Our results demonstrate that a wide range of techniques derived from our basic and extended models with uniform f p values can outperform purely total techniques and are competitive with purely additional techniques. Considering the influence of each internal and external factor studied, the results demonstrate that various values of each factor have nontrivial influence on test case prioritization techniques.

Document Details

Document Type
Pub Defense Publication
Publication Date
Dec 23, 2014
Source ID
10.1145/2685614

Entities

People

  • Dan Hao
  • Gregg Rothermel
  • Hong Mei
  • Lingming Zhang
  • Lu Zhang

Organizations

  • Air Force Office of Scientific Research
  • Division of Computer and Network Systems
  • Ministry of Science and Technology of the People's Republic of China
  • National Natural Science Foundation of China
  • Peking University
  • Science Fund for Creative Research Groups
  • University of Nebraska–Lincoln
  • University of Texas at Dallas

Tags

Fields of Study

  • Computer science
  • Engineering

Readers

  • Regression Analysis.
  • Systems Analysis and Design
  • Theoretical Analysis.