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.
This version adds email notifications when a test suite has completed. Notifications can be sent whenever a test suite has completed or only when a test suite has failed.
The associated K Test Core version 1.1.0 must also be updated with this version.