Result: Regression Test Selection Tool for Python in Continuous Integration Process

Title:
Regression Test Selection Tool for Python in Continuous Integration Process
Contributors:
Department of Computer Science, Empirical Software Engineering research group
Publication Year:
2021
Collection:
Helsingfors Universitet: HELDA – Helsingin yliopiston digitaalinen arkisto
Document Type:
Conference conference object
File Description:
application/pdf
Language:
English
ISBN:
978-1-72819-630-5
1-72819-630-2
Relation:
4th International Workshop on Validation, Analysis and Evolution of Software Tests (VST’2021) co-located with SANER 2021; Business Finland Oy; 4348/31/2019; conference; http://hdl.handle.net/10138/333461; 85106557013; 000675825200068
Rights:
info:eu-repo/semantics/openAccess ; openAccess
Accession Number:
edsbas.9F3D35F1
Database:
BASE

Further Information

In this paper, we present a coverage-based regression test selection (RTS) approach and a developed tool for Python. The tool can be used either on a developer's machine or on build servers. A special characteristic of the tool is the attention to easy integration to continuous integration and deployment. To evaluate the performance of the proposed approach, mutation testing is applied to three open-source projects, and the results of the execution of full test suites are compared to the execution of a set of tests selected by the tool. The missed fault rate of the test selection varies between 0-2% at file-level granularity and 16-24% at line-level granularity. The high missed fault rate at the line-level granularity is related to the selected basic mutation approach and the result could be improved with advanced mutation techniques. Depending on the target optimization metric (time or precision) in DevOps/MLOps process the error rate could be acceptable or further improved by using file-level granularity based test selection. ; Peer reviewed