# 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 running is completed, you'll see the response in "Response" tab of Test Details section (which can be opened by clicking on "Details" button)
  4. "Assertions Results" tab will contain details about which assertions have passed/failed if you have defined assertions
  5. Status code and status of assertions is displayed under "Status" and "Assertions" columns respectively.
  6. Test counts will get updated once the execution is done. Note that pass/fail count will change only if you have defined assertions.

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

Check this section for common errors and their workarounds.