A new concept of effective regression test generation in a C++ specific environment

  • Authors:
  • Mihály Biczó;Krisztián Pócza;István Forgács;Zoltán Porkoláb

  • Affiliations:
  • Eötvös Loránd University, Fac. of Informatics, Dept. of Prog. Languages and Compilers, Budapest, Hungary;Eötvös Loráánd University, Fac. of Informatics, Dept. of Prog. Languages and Compilers, Budapest, Hungary;4D Soft Ltd., Budapest, Hungary;Eötvös Loránd University, Fac. of Informatics, Dept. of Prog. Languages and Compilers, Budapest, Hungary

  • Venue:
  • Acta Cybernetica
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

During regression testing test cases from an existing test suite are run against a modified version of a program in order to assure that the underlying modifications do not cause any side effects that would demolish the integrity and consistency of the system. Since the ultimate goal of a regression test set is to effectively test all modifications and reveal errors in the earliest possible stage, the maintenance of a relevant test set containing effective test cases is of utmost importance. In this paper we present an efficient, C++ specific framework to automatically manage the regression test suite. Our two main contributions are a new interpretation of reliable test cases and a dynamic forward impact analyzer method that eases the transformation of existing tests to meet the definition of reliability. Using this approach we complement the test set with test cases that pass through a modification and have an impact on at least one output. Our approach is designed to be applicable to large-scale applications.