SEMay 29, 2017

From Temporal Models to Property-Based Testing

arXiv:1705.10032v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses software engineers' difficulty in understanding and testing temporal models, though it appears incremental as it builds on existing formal methods and testing techniques.

The paper tackles the challenge of making temporal formal models more accessible and testable for software engineers by developing a framework that translates TLA+ and FocusST models into executable Scala code, enabling property-based testing of system functionality.

This paper presents a framework to apply property-based testing (PBT) on top of temporal formal models. The aim of this work is to help software engineers to understand temporal models that are presented formally and to make use of the advantages of formal methods: the core time-based constructs of a formal method are schematically translated to the BeSpaceD extension of the Scala programming language. This allows us to have an executable Scala code that corresponds to the formal model, as well as to perform PBT of the models functionality. To model temporal properties of the systems, in the current work we focus on two formal languages, TLA+ and FocusST.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes