CSC News

September 25, 2023

Assunção Wins Best Paper Award at SPLC 2023

Congratulations to Dr. Wesley K. G. Assunção, associate professor in the NC State Computer Science Department, and his co-authors, PhD student William D. F. Mendonça, and professor Dr. Silvia R. Vergilio of the Federal University of Parana, Curitiba, Brazil, for winning the Best Research Paper Award at the 27th ACM International Systems and Software Product Line Conference (SPLC 2023) held August 28-September 1, 2023.

 

The winning paper is “Feature-oriented test Case Selection During Evolution of Highly-configurable Systems.”  The abstract follows:

 

Ensuring the quality of Highly Configurable Systems (HCSs) during its evolution and maintenance is challenging. As an HCS evolves, new features are added, changed, or removed, which makes the test case selection for regression testing a difficult task. The use of test traceability can help in this task, but there is a lack of studies exploring the use of trace links for HCS testing. Existing work is usually based on the variability model, which is not always available or updated. Yet, the few existing approaches rely on links between test cases and files/lines of code, limiting the selection to test cases related to file changes, not considering the whole implementation of features, which can be spread in many files other than the changed ones. Considering this limitation, this work presents a test case selection approach, namely FeaTestSel, that links test cases to features using HCS pre-processor directives. Then, the selection of test cases is based on features affected by changes in each commit. In addition to the selected test cases, the approach also produces the following reports to support the test activity: the lines of code that correspond to each feature, the lines exercised by each test case, and the test cases linked to each feature. To validate the approach, we rely on Libssh, a real open-source HCS in constant evolution. By adding the execution time of the approach to the execution time of the selected test cases, we achieved a reduction of approximately 50%, in comparison with the retest-all technique. Furthermore, the approach was able to maintain quality by selecting 100% of failed test files. The traceability and reports produced by our approach can also be used for further work by researchers, analysis of the test quality by engineers, or as a source of information for tool builders.

 

To read the winning paper, click here.

 

The Systems and Software Product Line Conference (SPLC) is a premier forum where researchers, practitioners, and educators can present and discuss the most recent ideas, trends, experiences, and challenges in the area of software and system product lines engineering. Conference events include opportunities to hear industry leaders’ real-world experiences and researchers’ latest ideas and to learn from both.  Proceedings can be found here.

 

~coates~


Return To News Homepage