Sciweavers

TSE
2011

Genetic Algorithms for Randomized Unit Testing

12 years 11 months ago
Genetic Algorithms for Randomized Unit Testing
—Randomized testing is an effective method for testing software units. Thoroughness of randomized unit testing varies widely according to the settings of certain parameters, such as the relative frequencies with which methods are called. In this paper, we describe Nighthawk, a system which uses a genetic algorithm (GA) to find parameters for randomized unit testing that optimize test coverage. Designing GAs is somewhat of a black art. We therefore use a feature subset selection (FSS) tool to assess the size and content of the representations within the GA. Using that tool, we can reduce the size of the representation substantially, while still achieving most of the coverage found using the full representation. Our reduced GA achieves almost the same results as the full system, but in only 10% of the time. These results suggest that FSS could significantly optimize meta-heuristic search-based software engineering tools.
James H. Andrews, Tim Menzies, Felix Chun Hang Li
Added 15 May 2011
Updated 15 May 2011
Type Journal
Year 2011
Where TSE
Authors James H. Andrews, Tim Menzies, Felix Chun Hang Li
Comments (0)