JoT: A Jolie Framework for Testing Microservices

Saverio Giallorenzo,Fabrizio Montesi,Marco Peressotti,Florian Rademacher,Narongrit Unwerawattana
DOI: https://doi.org/10.1016/j.scico.2024.103215
IF: 1.039
2024-10-05
Science of Computer Programming
Abstract:We present JoT, a testing framework for Microservice Architectures (MSAs) based on technology agnosticism, a core principle of microservices. The main advantage of JoT is that it reduces the amount of work for a) testing for MSAs whose services use different technology stacks, b) writing tests that involve multiple services, and c) reusing tests of the same MSA under different deployment configurations or after changing some of its components. In JoT, tests are orchestrators that can both consume or offer operations from/to the MSA under test. The language for writing JoT tests is Jolie, which provides constructs that support technology agnosticism and the definition of terse test behaviours.
computer science, software engineering
What problem does this paper attempt to address?