Is there a build-in possibility in Visual Studio 2012 to setup a scheduled Load test run and generate a report with comparing current test run with the previous test run?
Asked
Active
Viewed 485 times
1
-
What will be the format of the report? Do you mean like an excel comparison report? – chaliasos Mar 15 '13 at 12:55
-
I would go for a PDF file, which would be saved somewhere on a network drive. But if there is a possibility to auto-generate excel report, then it would also be okay. Thanks – Wojciech Kmita Mar 15 '13 at 13:03
-
I don't think this can be done, unless you write your own tool for doing that. However, if the 'Auto generating' is not so strict requirement, you can create excel reports manually. [How to: Create Load Test Performance Reports Using Microsoft Excel](http://msdn.microsoft.com/en-us/library/dd997707.aspx) – chaliasos Mar 15 '13 at 13:06