Automated tests are used to improve the quality of software and to detect errors at an early stage, and not only at the customer site. Unit, integration, and system tests can be linked using the interfaces available in LASAL. The unit test framework from hoox.software enables automatic testing and evaluation of the source code of individual programs, program parts, and functions.
A command line tool automatically executes tests. After the test run, the results are loaded from the target system and the processed modules and instructions are evaluated. This is provided in the form of a readable JUnit.xml or Codecoverage.xml (Cobertura) file.