SELOSep 5, 2018

Synthesizing Adaptive Test Strategies from Temporal Logic Specifications

arXiv:1809.01607v115 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and reliable testing for safety-critical reactive systems, offering an incremental improvement through formal methods.

The authors tackled the challenge of generating effective test cases for reactive systems under development by proposing a method to compute adaptive test strategies from temporal logic specifications, demonstrating its application to a real-world satellite system component and showing it detects bugs that random testing misses.

Constructing good test cases is difficult and time-consuming, especially if the system under test is still under development and its exact behavior is not yet fixed. We propose a new approach to compute test strategies for reactive systems from a given temporal logic specification using formal methods. The computed strategies are guaranteed to reveal certain simple faults in every realization of the specification and for every behavior of the uncontrollable part of the system's environment. The proposed approach supports different assumptions on occurrences of faults (ranging from a single transient fault to a persistent fault) and by default aims at unveiling the weakest one. Based on well-established hypotheses from fault-based testing, we argue that such tests are also sensitive for more complex bugs. Since the specification may not define the system behavior completely, we use reactive synthesis algorithms with partial information. The computed strategies are adaptive test strategies that react to behavior at runtime. We work out the underlying theory of adaptive test strategy synthesis and present experiments for a safety-critical component of a real-world satellite system. We demonstrate that our approach can be applied to industrial specifications and that the synthesized test strategies are capable of detecting bugs that are hard to detect with random testing.

Foundations

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

Your Notes