テストの履歴では以下のことが示されます:
- テストが失敗した場面。これは、どのコード変更が失敗したテストに関連するのかを調査するのに役立ちます(下記参照)。
- テストの平均時間(実行時間)、および実行時間がビルドで増加しているか減少しているか。
To view a test's history,
- Go to a plan or a build result.
- Click the 'Tests' tab.
- Click the name of the test in which you are interested.
- (Skip this step if you are looking at a plan.) The test's latest result will be displayed. Click the link 'View test case across builds'.

- The 'Test History' will be displayed as shown below.
スクリーンショット:テスト履歴

To view the code changes that relate to a failed test,
- Under 'Recent Failures', click the relevant build result ('47' in the above screenshot).
- This will display the build result. Click the 'Changes' tab to display the code changes.