Login to follow
K Test Manager

K Test Manager (ODC)

Stable version 1.0.6 (Compatible with ODC)
Uploaded on 25 October 2024 by Kiandra IT
K Test Manager

K Test Manager (ODC)

Details
Detailed Description

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

  • A test suite consists of multiple test scripts.
  • A test script is run via an authenticated REST API call.
  • A test script runs one or many test cases.
  • A test case verifies the result for a scenario of use, or "case", of a target operation.
  • Within the test case, assertions check individual properties of the target operation's result.

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.

Release notes 

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.