English

Toward Cost-effective Adaptive Random Testing: An Approximate Nearest Neighbor Approach

Software Engineering 2024-03-20 v2

Abstract

Adaptive Random Testing (ART) enhances the testing effectiveness (including fault-detection capability) of Random Testing (RT) by increasing the diversity of the random test cases throughout the input domain. Many ART algorithms have been investigated such as Fixed-Size-Candidate-Set ART (FSCS) and Restricted Random Testing (RRT), and have been widely used in many practical applications. Despite its popularity, ART suffers from the problem of high computational costs during test-case generation, especially as the number of test cases increases. Although several strategies have been proposed to enhance the ART testing efficiency, such as the forgetting strategy and the k-dimensional tree strategy, these algorithms still face some challenges, including: (1) Although these algorithms can reduce the computation time, their execution costs are still very high, especially when the number of test cases is large; and (2) To achieve low computational costs, they may sacrifice some fault-detection capability. In this paper, we propose an approach based on Approximate Nearest Neighbors (ANNs), called Locality-Sensitive Hashing ART (LSH-ART). When calculating distances among different test inputs, LSH-ART identifies the approximate (not necessarily exact) nearest neighbors for candidates in an efficient way. LSH-ART attempts to balance ART testing effectiveness and efficiency.

Keywords

Cite

@article{arxiv.2305.17496,
  title  = {Toward Cost-effective Adaptive Random Testing: An Approximate Nearest Neighbor Approach},
  author = {Rubing Huang and Chenhui Cui and Junlong Lian and Dave Towey and Weifeng Sun and Haibo Chen},
  journal= {arXiv preprint arXiv:2305.17496},
  year   = {2024}
}

Comments

To be published in IEEE Transactions on Software Engineering

R2 v1 2026-06-28T10:48:23.126Z