Home

Regression test selection for C++ software


Author(s) : Jeinay Dedhia Mary Jean Harrold Gregg Rothermel, 
Publisher : N/A
Publication Date : 2000
ISSN : N/A
Abstract : Regression testing is an important but expensive software maintenance activity performed with the aim of providing condence in modied software. Regression test selection techniques reduce the cost of regression testing by selecting tests for a modied program from a previously existing test suite. Many researchers have addressed the regression test selection problem for procedural language software, but few have addressed the problem for object-oriented software. This paper presents a regression test selection technique for use with object-oriented software. The technique constructs graph representations for software, and uses these graphs to select tests, from the original test suite, that execute code that has been changed for the new version of the software. The technique is strictly code based, and requires no assumptions about the approach used to specify or test the software initially. The technique applies to modied and derived classes, and to applications programs that use modied classes. 1,