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.
Added ability to filter script results by "Errors only"
Improved efficiency of filtering script results
Updated the UI, including test cases list now groups test cases by target, script page is cleaner and more concise, script page actions are now under a popup action menu.