English

Enhancing POI testing approach through the use of additional information

Programming Languages 2018-08-27 v1

Abstract

Recently, a new approach to perform regression testing has been defined: the point of interest (POI) testing. A POI, in this context, is any expression of a program. The approach receives as input a set of relations between POIs from a version of a program and POIs from another version, and also a sequence of input functions, i.e. test cases. Then, a program instrumentation, an input test case generation and different comparison functions are used to obtain the final report which indicates whether the alternative version of the program behaves as expected, e.g. it produces the same values or it uses less CPU/memory. In this paper, we explain how we can improve the POI testing approach through the use of common stack traces and a more sophisticated tracing for calls. These enhancements of the approach allow users to identify errors earlier and easier. Additionally, they enable new comparison modes and new categories of reported unexpected behaviours.

Keywords

Cite

@article{arxiv.1808.07938,
  title  = {Enhancing POI testing approach through the use of additional information},
  author = {Sergio Pérez and Salvador Tamarit},
  journal= {arXiv preprint arXiv:1808.07938},
  year   = {2018}
}

Comments

29 pages, Accepted for presentation in WFLP 2018

R2 v1 2026-06-23T03:42:25.530Z