Manage and run automated unit tests. Uses K Test Core.
The K TEST MANAGER will run suites of tests written in code, or "unit tests", and helps monitor the results.
Only test suites and test scripts must be configured. Test cases are automatically added to a test script when the test script runs.
The structure of tests is
The test suite may be run as a whole or test scripts may be run individually. To run test cases individually, expose a separate script API call to run a particular test case.
Test scripts are written using the K Test Core forge component.By default test script results older than 90 days will be deleted.
This version adds auto deletion of test script results. By default test script results older than 90 days will be deleted.
The last result of a test script will always be kept regardless of how long ago the result was created.
Each test result can be marked as "keep" so it is not deleted, even if older than the auto delete period.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)