Give us feedback
k-test-manager
Reactive icon

K Test Manager

Stable version 1.0.5 (Compatible with OutSystems 11)
Uploaded on 25 Jan by 
5.0
 (1 rating)
k-test-manager

K Test Manager

Details
Manage and run automated unit tests. Run your first test in minutes. Just configure the test endpoint in K Test Manager. Uses K Test Core. Add K Test Core dependencies, create a REST API and use the actions to accelerate writing tests.
Read more

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.


Release notes (1.0.5)

Fixed an issue where login would not redirect to the dashboard screen.

Fixed issues with the dropdown actions popup for test scripts.

Test cases are now refreshed when a test finishes running.

Minor UI updates.

License (1.0.5)
Reviews (1)
by 
2023-11-30
in version 1.0.4
This is THE unit test framework to use for OutSystems. The design and implementation is impeccable.
Also, and probably most importantly, the component author is responsive and active. So you know you can use these components confidently in your projects and won't be left with no support.
Team
Related assets