title | titleSuffix | description | ms.technology | ms.topic | ms.assetid | ms.author | author | ms.date |
---|---|---|---|---|---|---|---|---|
Test Result tables |
Azure DevOps Server |
Learn how to query for data about test results. |
devops-analytics |
reference |
0fa44e3e-3033-49e7-a796-eb4fbd12d984 |
kaelli |
KathrynEE |
10/20/2021 |
[!INCLUDE temp]
Use the FactTestResult table and the associated dimension tables to query for data about test results. For information about the measures and dimensions that are associated with these tables in the SQL Server Analysis Services cube, see Test results.
The DimTestResult table provides details about the test results themselves. You can use the DimTestPlan and DimTestSuite tables to organize the results by test plan and test suite.
You can use the DimTestRun, DimConfiguration, and DimPerson dimension tables to include data about how the tests were run.
You can use the DimBuild, DimBuildFlavor, and DimBuildPlatform dimension tables, to include data about the build that was used to create the test results.
You can use the DimTeamProject, DimArea, and DimIteration tables to obtain details about how the tests are organized in the team project. You can use DimDate to show when the test results were created.