DocumentCode
2123288
Title
Regression test selection based on intermediate code for virtual machines
Author
Koju, Toshihiko ; Takada, Shingo ; Doi, Norihisa
Author_Institution
Dept. of Inf. & Comput. Sci., Keio Univ., Fujisawa, Japan
fYear
2003
fDate
22-26 Sept. 2003
Firstpage
420
Lastpage
429
Abstract
Regression testing is testing applied to software that has been modified. It basically entails re-testing the software with previous test cases to confirm that the modifications made to the software do not have an adverse effect. But re-executing all test cases is normally cost prohibitive, and thus much research has been done on selecting test cases from a test suite without compromising the reliability of the software. These regression test selection techniques find test cases that will not detect any bugs in the modified software, and delete those from the next regression test suite. However, these techniques are based on analysis of source code. Recent programming environments have seen a proliferation of virtual machines. For example, programs written in Java and with the Microsoft .Net Framework are compiled into a platform-independent intermediate code which is executed. Such code could also be used for regression test selection. This especially holds for the Microsoft .Net Framework which handles various programming languages, such as Visual Basic and C++. Thus, this paper presents a safe regression test selection technique for virtual machine based programs. We especially target the Microsoft .Net Framework. Evaluation on 10 different examples resulted in an average of a 40.4% decrease in the cost of regression testing.
Keywords
program testing; software maintenance; virtual machines; intermediate code; regression test selection; regression testing; software modification; software reliability; software testing; source code analysis; virtual machines; Computer bugs; Computer languages; Costs; Java; Programming environments; Software maintenance; Software testing; System testing; Virtual machining; Visual BASIC;
fLanguage
English
Publisher
ieee
Conference_Titel
Software Maintenance, 2003. ICSM 2003. Proceedings. International Conference on
ISSN
1063-6773
Print_ISBN
0-7695-1905-9
Type
conf
DOI
10.1109/ICSM.2003.1235452
Filename
1235452
Link To Document