Test Reports?

Please pardon my ignorance, but I'm just beginning to test the test tools.
I successfully created and ran a web test, viewed the results and saw some issues there.
Isn't there some way to generate a report from the tests? We always have to show a report of the test results.
Any clues appreciated.
Thx,
ts
[331 byte] By [TomSavage] at [2007-12-16]
# 1
What kind of reports doyou expect? When the test is done, a test result file (.trx) is generated which can be viewed in test result window. Does this work for you?

Leo Huang
Dev, VSTS

LeoHuang at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 2
TRX file is the simplest form of the report. From Test Results window when test run is finished you can use the Export toolbar button to "Save As" the .TRX file and all run data (this in fact will just copy data from TestResults subdir under your solution). Then you can load .TRX into Test Results window later on different machine and view it, rerun, send by email, etc.

Also we provide web reports but for those you would need to use Data Warehouse which comes I believe with "Team Foundation" edition of VSTS. It includes some web services and you would need SQL Server. You can publish results of a build and tests associated with the build to the server. The server provides web interface so you can see reports for the entire build from the web (or from VS).

Thanks,
Michael

MichaelKoltachev at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 3
Is it possible to Print off the test reports.....?
MarkHollman at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 4
Not for the in ide results pages -- for the reports from TFS, yes, they can be printed (and even exported to PDF!)
dhoptonMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 5

I wrote a tool to generate HTML reports from TRX files, they look similar to NUnitReports

You can download the tool (trx2html.exe) from GDN:

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=C1402E85-49A1-438D-A579-9DEDE9A0BA17

Rido at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...

Visual Studio Team System

Site Classified