# 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.

Source: https://totalshiftleft.ai/help-center/product-documentation/test-run

## 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

- [Execution mode](/help-center/product-documentation/execution-mode)
- [Test case](/help-center/product-documentation/test-case)
- [Test configuration](/help-center/product-documentation/test-config)
- [Detailed test report](/help-center/product-documentation/detailed-test-report)
- [Test execution](/help-center/product-documentation/test-execution)

