# Running a single test

This is the simplest way to run tests on KushoAI. Running like this is useful when you're fixing a specific issue and want to check if it's working as expected by running a particular test.

Here's how you can run a single test and check the results:

1. Go to the [Tests table](/3-test-suite-details/#tests-table) on [Test Suite Details](/3-test-suite-details/) page

2. Click on the "Run" button to execute a test
![](image-1.png)

3. Once the run is completed, you'll see the response in the "Response" tab of the Test Details section (which can be opened by clicking on the "Details" button)

![](image-2.png)

4. "[Assertions Results](/5-assertions/assertion-results.md)" tab will contain details about which assertions have passed/failed if you have defined [assertions](/5-assertions/)

![](image-3.png)

5. The status code and status of assertions are displayed under the "Status" and "Assertions" columns, respectively.

![](image-4.png)

6. [Test counts](/3-test-suite-details/#test-counts) will get updated once the execution is done. Note that the pass/fail count will change only if you have defined assertions. 

![](image-5.png)

Additionally, check the "Details" point of [this section](/3-test-suite-details/#tests-table) to understand all the data that is displayed after a test is executed.

Check [this section](/4-running-tests/errors.md) for common errors and their workarounds.
