Sciweavers

ISSRE
2005
IEEE

Prioritize Code for Testing to Improve Code Coverage of Complex Software

13 years 10 months ago
Prioritize Code for Testing to Improve Code Coverage of Complex Software
Code prioritization for testing promises to achieve the maximum testing coverage with the least cost. This paper presents an innovative method to provide hints on which part of code should be tested first to achieve best code coverage. This method claims two major contributions. First it takes into account a “global view” of the execution of a program being tested, by considering the impact of calling relationship among methods/functions of complex software. It then relaxes the “guaranteed” condition of traditional dominator analysis to be “at least” relationship among dominating nodes, which makes dominator calculation much simpler without losing its accuracy. It also then expands this modified dominator analysis to include global impact of code coverage, i.e. the coverage of the entire software other than just the current function. We implemented two versions of code prioritization methods, one based on original dominator analysis and the other on relaxed dominator analy...
J. Jenny Li
Added 25 Jun 2010
Updated 25 Jun 2010
Type Conference
Year 2005
Where ISSRE
Authors J. Jenny Li
Comments (0)