It may be necessary to open a test result without opening the entire test. For example:

  • You have a test folder containing multiple test runs, but you need to share one test run result with a team member. 
  • You would like to open the local test result file generated on an agent.


To open a standalone test result from the Analyze Results section, click the arrow in the Import Result button on the toolbar and select the Embedded SQL database option.

An open file dialog will appear. Navigate to a necessary folder and open the .sdf file for SQL Server CE or the .sqlite file for SQLite database.

After that, a standalone test result will appear in the analysis results section.  Double-click it to open the test report.

Opening raw database files

You can open and query the embedded SQL database files to create custom queries.

SQLite

You can use a DB Browser for SQLite to browse and query SQLite database files.

SQL Server CE

You can use Visual Studio 2012 (or earlier) or LINQPad to browse and query SQL Server CE database files.


  • No labels