Tests tab
| There is a Run button and a build history interface in the top right corner of the page. Click the Run button to re-run the current build configuration. Click the guillemets (angle quotes) on the build history interface to navigate to Build Results pages of the previous and next builds (identified with their build state and number), or click the All history link to view the build history tab of the build configuration home page. |
|
This tab is included on the Build Results page, if tests were run.

 |
The snapshot above is actual for the TeamCity 3.1 version. |
| Item |
Description |
| Find |
Type a particular test name and click Filter to view only a limited number of tests. |
| Items to show |
Use the drop-down list to select the number of tests to be displayed on each page. Click OK to save the selection. |
| Status |
Shows the status (OK, Ignored, and Failure) of the test. Failed tests result in a red Failure link, which can be followed to view the stacktrace. Click the header above this column to sort the table by status. |
| Test |
Click the button next to the test name and test package to open the test in your IDE. Click the header above this column to sort by test name. |
| Duration |
Shows the time it took to complete the test. Click the button to show the Test Duration Graph popup (see below). Click the header above this column to sort by duration. |
| Order# |
Shows the sequence in which the tests were run. Click the header above this column to sort by test order number. |
Test Duration Graph
The test duration graph is useful for comparing the amount of time it takes individual tests to run on the builds of this build configuration.

Test duration results are only available for the builds which are currently in the build history. Once a build has been cleaned up this data is no longer available.
You can perform the following actions on the Test Duration Graph:
- Filter out the builds that failed the test by clearing the Show failed option.
- Calculate the daily average values by selecting the Average option.
- Click a build's test duration dot plotted on the graph to jump to the corresponding build results Build Results page.
- View a build summary in the tooltip of a build's test duration dot, and navigate to the corresponding Build Results page.
- Filter information by agents by selecting or clearing a particular agent or by clicking All or None links to select or clear all agents.
See also: