Product documentation
Updated March 18, 2026

Run Tests and Review Results

Run endpoint test cases from the actions column, monitor progress, and review detailed test-result summaries with assertions and logs.

Overview

Once test cases are ready, you can execute them directly from the endpoint test list and review outcomes immediately.

Run a test case

  1. In endpoint test list, locate the test you want to run.
  2. Select the Play action () in the actions column.
  3. Monitor the run progress bar while execution is in progress.

Review test outcome in list

After completion, verify in the list:

  • Status: Passed/Failed
  • Last Run: execution timestamp
  • per-test action availability for rerun or result view

Open detailed test result summary

  1. Select the View action (eye icon) for a test run.
  2. Review:
    • response status code
    • request and response payload details
    • assertion pass/fail breakdown
    • execution log entries
  3. Close the summary panel to return to the test list.

Troubleshooting failed runs

  • 401/403: verify auth profile and headers.
  • 404: verify base URL and endpoint path.
  • 400/schema errors: verify body/parameter values and assertions.
  • Timeout/intermittent failures: verify environment health first.

Related articles

Next steps

Still stuck?

Tell us what you’re trying to accomplish and we’ll point you to the right setup—installation, auth, or CI/CD wiring.