# 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 on Test Suite Details page

  2. Click on the "Run" button to execute a test

  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)

  1. "Assertions Results" tab will contain details about which assertions have passed/failed if you have defined assertions

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

  1. Test counts will get updated once the execution is done. Note that the pass/fail count will change only if you have defined assertions.

Additionally, check the "Details" point of this section to understand all the data that is displayed after a test is executed.

Check this section for common errors and their workarounds.