SEMar 20, 2017

Modelling of Autosar Libraries for Large Scale Testing

arXiv:1703.06574v16 citations
Originality Synthesis-oriented
AI Analysis

This addresses testing challenges for automotive software developers, but it is incremental as it applies an existing tool to a specific domain.

They tackled the problem of testing large-scale automotive software libraries by applying a model-based testing method with QuickCheck, resulting in a practical approach that has been commercially used to test parts of Autosar-based libraries.

We demonstrate a specific method and technology for model-based testing of large software projects with the QuickCheck tool using property-based specifications. Our specifications are very precise, state-full models of the software under test (SUT). In our approach we define (a) formal descriptions of valid function call sequences (public API), (b) postconditions that check the validity of each call, and (c) call-out specifications that define and validate external system interactions (SUT calling external API). The QuickCheck tool automatically generates and executes tests from these specifications. Commercially, this method and tool have been used to test large parts of the industrially developed automotive libraries based on the Autosar standard. In this paper, we exemplify our approach with a circular buffer specified by Autosar, to demonstrate the capabilities of the model-based testing method of QuickCheck. Our example is small compared to the commercial QuickCheck models, but faithfully addresses many of the same challenges.

Foundations

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

Your Notes