How to run all tests

Last modified: May 28, 2025

To run all tests against a database

1. In Database Explorer, right-click a connected database or a specific database object and select Unit Test > Run All Tests.

2. After the tests are completed, the Test Results window appears. The window displays a grid containing details for each test. Specifically, it shows the status of the test (failed or succeeded), test name, class name, and error message (if any).

Run All Tests

3. On the Test Results toolbar, use the following options to manage the results of tests:

  • Run Checked Test(s) to re-run all the selected tests.
  • Run All Tests to re-run all the tests.
  • Stop to stop the current testing process.