Key Functionality
Run Tests
Running Tests
After specifying an environment and generating tests, you can execute them.
Tests will be evaluated against the specified environment, checking HTTP response codes, headers, and body to ensure success.
Running Tests Locally
- Download the Test Suite file from Vaktum.
- Use the CLI tool to execute tests.
Running Tests on Vaktum.com
- Visit the Tests page.
- Select the environment and test suite.
- Click "Start Tests".
For more details, see Run tests on Vaktum.com.
Test Results
The tests can have a number of outcomes
- PASSED: The test passed
- FAILED: The test failed
- SUGGESTION: There is a suggestion, but not blocking
- SKIPPED: The test was skipped (often because an earlier test failed)
- RUNNING: The test is currently running
The tests are also measured in terms of time to execute, that way deviations can be identified and slow running APIs / use-cases identified