Skip to content

On transforming model-based tests into code: A systematic literature review in STVR

On transforming model-based tests into code: A systematic literature review
Fabiano C. Ferrari, Vinicius H. S. Durelli, Sten F. Andler, Jeff Offutt, Mehrdad Saadatmand, Nils Müllner
In Software Testing, Verification and Reliability (STVR)
Abstract:
Model-based test design is increasingly being applied in practice and studied in research. Model-based testing (MBT) exploits abstract models of the software behaviour to generate abstract tests, which are then transformed into concrete tests ready to run on the code. Given that abstract tests are designed to cover models but are run on code (after transformation), the effectiveness of MBT is dependent on whether model coverage also ensures coverage of key functional code. In this article, we investigate how MBT approaches generate tests from model specifications and how the coverage of tests designed strictly based on the model translates to code coverage. We used snowballing to conduct a systematic literature review. We started with three primary studies, which we refer to as the initial seeds. At the end of our search iterations, we analysed 30 studies that helped answer our research questions. More specifically, this article characterizes how test sets generated at the model level are mapped and applied to the source code level, discusses how tests are generated from the model specifications, analyses how the test coverage of models relates to the test coverage of the code when the same test set is executed and identifies the technologies and software development tasks that are on focus in the selected studies. Finally, we identify common characteristics and limitations that impact the research and practice of MBT: (i) some studies did not fully describe how tools transform abstract tests into concrete tests, (ii) some studies overlooked the computational cost of model-based approaches and (iii) some studies found evidence that bears out a robust correlation between decision coverage at the model level and branch coverage at the code level. We also noted that most primary studies omitted essential details about the experiments.
Full Text:

Bibtex:

@article{ferrari2023transforming,
  title={On transforming model-based tests into code: A systematic literature review},
  author={Ferrari, Fabiano C and Durelli, Vinicius HS and Andler, Sten F and Offutt, Jeff and Saadatmand, Mehrdad and M{\"u}llner, Nils},
  journal={Software Testing, Verification and Reliability},
  pages={e1860},
  year={2023},
  publisher={Wiley Online Library}
}