Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.32 KB

test-result-tables.md

File metadata and controls

52 lines (32 loc) · 2.32 KB
title titleSuffix ms.technology ms.topic description ms.assetid ms.author author ms.date
Test Result tables
Azure DevOps Server
devops-analytics
reference
Query for data about test results
0fa44e3e-3033-49e7-a796-eb4fbd12d984
kaelli
KathrynEE
10/17/2017

Test Result tables

[!INCLUDE temp]

You can query for data about test results by using the FactTestResult table and the associated dimension tables. For information about the measures and dimensions that are associated with these tables in the SQL Server Analysis Services cube, see Test results.

Test Results, Test Suites, and Test Plans

The DimTestResult table provides details about the test results themselves, and you can use the DimTestPlan and DimTestSuite tables to organize the results by test plan and test suite.

Fact Table for Test Results

Test Results and Test Runs

You can use the DimTestRun, DimConfiguration, and DimPerson dimension tables to include data about how the tests were run.

Fact Table for Test Results with Runs

Test Results and Builds

You can use the DimBuild, DimBuildFlavor, and DimBuildPlatform dimension tables, to include data about the build that was used to create the test results.

Fact Table for Test Results with Builds

Test Results and Team Project Data

You can use the DimTeamProject, DimArea, and DimIteration tables to obtain details about how the tests are organized in the team project, and you can use DimDate to show when the test results were created.

Fact Table for Test Results with Other

Related articles