CI Procedure for Adding a New Test(3.3)
Perform the following steps to add a new unit test:
- Create a new test configuration using the Unit Test Agent (Unit Test Configuration(3.0)).
- Export the test using the System Exporter(3.0) and set the property
Output as Directory
to theTest
folder in the Git repository. If you would like to test the actual configuration underConfiguration
folder only export the Unit test configuration. It is possible to have a new configuration in theTest
folder that is part of the real configuration and test that, then it should also be exported toTest
folder. - 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.