Luigi Libero Lucio Starace, Ph.D.

Assistant Professor @ Università degli Studi di Napoli Federico II, Italy.

Web Application Testing: Using Tree Kernels to Detect Near-duplicate States in Automated Model Inference

AuthorsAnna Corazza, Sergio Di Martino, Adriano Peron, and Luigi Libero Lucio Starace.
conferenceESEM 2021 - 15th ACM/IEEE International Symposium on Empirical Software Engineering and Measurement.
DOI10.1145/3475716.3484187

Abstract

Background: In the context of End-to-End testing of web applications, automated exploration techniques (a.k.a. crawling) are widely used to infer state-based models of the site under test. These models, in which states represent features of the web application and transitions represent reachability relationships, can be used for several model-based testing tasks, such as test case generation. However, current exploration techniques often lead to models containing many near-duplicate states, i.e., states representing slightly different pages that are in fact instances of the same feature. This has a negative impact on the subsequent model-based testing tasks, adversely affecting, for example, size, running time, and achieved coverage of generated test suites. Aims: As a web page can be naturally represented by its tree-structured DOM representation, we propose a novel near-duplicate detection technique to improve the model inference of web applications, based on Tree Kernel (TK) functions. TKs are a class of functions that compute similarity between tree-structured objects, largely investigated and successfully applied in the Natural Language Processing domain. Method: To evaluate the capability of the proposed approach in detecting near-duplicate web pages, we conducted preliminary classification experiments on a freely-available massive dataset of about 100k manually annotated web page pairs. We compared the classification performance of the proposed approach with other state-of-the-art near-duplicate detection techniques. Results: Preliminary results show that our approach performs better than state-of-the-art techniques in the near-duplicate detection classification task. Conclusions: These promising results show that TKs can be applied to near-duplicate detection in the context of web application model inference, and motivate further research in this direction to assess the impact of the technique on the quality of the inferred models and on the subsequent application of model-based testing techniques.

Open Data

The software component we implemented to extract the similarity vectors, as well as the R scripts we used to train and evaluate the SVM classifier, is open-source and available in the replication package at the public doi: 10.6084/m9.figshare.14975178. Pre and post-print versions of the paper are archived on ArXiv.

Presentation video

The ESEM'21 Session in which I presented this work was live-streamed, and a recording is available on official ESEM YouTube channel, and embedded as follows.

My talk is the last one in the session and starts at minute 55:36. The slides are available as well here.