Test Reports?
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
Leo Huang
Dev, VSTS
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
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: