Regression Test of the Class Member Firewalls for the Object-Oriented Java Language

张志军,张大方,缪力
DOI: https://doi.org/10.3969/j.issn.1007-130x.2004.12.006
2004-01-01
Abstract:Regression test is an important activity in the process of software testing and maintenance, in order to assure the validity of the modified program and validate the other parts of the software have not been adversely affected by the modifications after the software is modified, thus regression testing is not avoidable. This paper first constructs the member dependence graph, builds class member firewalls according to the relationships of the member dependence graph, and analyzes the modified impact. In regression testing, it is unnecessary to retest all cases. Only retesting the modified parts and the modified impact ones reduces the time and cost of testing.
What problem does this paper attempt to address?