CI Procedure for Adding a New Test(3.1)

Perform the following steps to add a new unit test:

  1. Create a new test configuration using the Unit Test Agent (Unit Test Configuration(3.0)).
  2. Export the test using the System Exporter(3.0) and set the property Output as Directory to the Test folder in the Git repository. If you would like to test the actual configuration under Configuration folder only export the Unit test configuration. It is possible to have a new configuration in the Test folder that is part of the real configuration and test that, then it should also be exported to Test folder.
  3. If the test requires additional files it should be placed in the folder Test/testdata. It will be available on all ECs and the Platform in directory /opt/autotest/data during test and not in production.