Reference, Test Project Programming :
Object: Test Table Symbol: The Test Table object contains the configuration of an IEC unit test. You can show multiple test cases in the table, each with multiple test steps. Moreover, you can combine
Command: Insert Test Case Function : The command inserts a test case element above the selected test element in the test script editor. Call : Test Manager menu Context menu of a test element Requirem
Basic Functionality of the IEC Unit Test Definition of test cases The test cases of IEC unit tests are executed directly on the controller, in contrast to test cases in a test script. This makes it po
CODESYS Test Manager CODESYS GmbH Version: V5.1.0.0, October 2023 www.codesys.com Last update: Mon, 9 Oct 2023 07:49:29 :
CODESYS Test Manager The CODESYS Test Manager allows for the programming and execution of automated tests, especially of applications and libraries which have been developed with CODESYS . This applie
Command-Line Commands In order to execute test scripts from the command line, the command-line command <directory>CODESYS.exe is provided with the parameters below. Parameters that are used with argum
Macro Macros can be used in places of a test script where a value is expected. First the macro is evaluated and then calculated with the returned value. Example: The action CompareVariable(TestManager
Reference, Test Script Programming :