Moving Test Data into the Data Warehouse

When you run tests, test results are automatically saved to disk in files with the .trx extension. You can later import these test results, which displays them in the Test Results window. For more information, see How to: Import Test Results.

If your software development team uses Microsoft Visual Studio 2005 Team Foundation Server to help manage its software development process, you have access to additional ways to store and analyze test results data. For example, testers and developers can publish test data to an operational store, and that data can be moved into a central data warehouse. For information about publishing data to the operational store, see How to: Publish Test Results.

The data warehouse operates using a "pull" model of data retrieval. Therefore, you cannot expressly move data into the data warehouse. Instead, data is copied into the data warehouse on a schedule. This schedule is set by the Team Foundation Server administrator.

See Also

Tasks

How to: Publish Test Results