How to write unit tests - Manual - AxUnit - AxUnit - AxUnit,

AxUnit (legacy) CLI Tool (test)

Portfolio
SIMATIC AX
Product
AxUnit
Software version
3.0.4
Edition
08/2025
Language
English (original)
Package Name
@ax/axunit-docs

The test case is defined with preceding pragma {Test} by the function containing test code.

{Test}
FUNCTION The_driver_communication_works
    // test code regarding communication with driver
END_FUNCTION