Overview of the Load Test Analyzer
-
Dienstag, 14. November 2006 16:15Moderator
The following article provides an overview of the Load Test Analyzer.
http://msdn2.microsoft.com/en-us/library/aa730850(vs.80).aspx
Alle Antworten
-
Samstag, 19. April 2008 09:42
HI rick ,
pls help me to solve this
i have a coded web test, i need to call this from an asp.net web page code behind& need to capture the result and store it in DB. how to do this ? can u pls help me
i did coded webtest with validation rules
i do not know how to run it from asp.net code behind and how to store the result in DB
if u tell me or share me some sample it iwll be helpful for me
thanks
-
Mittwoch, 28. April 2010 04:36I have written an updated version of this for Visual Studio Ultimate 2010: http://msdn.microsoft.com/en-us/library/ms404677.aspx
-
Freitag, 11. Juni 2010 12:16
I have written an updated version of this for Visual Studio Ultimate 2010: http://msdn.microsoft.com/en-us/library/ms404677.aspx
This update is really really helpful. I have been thinking about this these days. -
Dienstag, 3. August 2010 14:31
Hi Howie,
Is there a way that I can log the output from my loadtests which in turn is executing a coded webtest to a log file in VSTS 2008.
I have been trying to figure out ways to do it. Added few lines in coded test:
TextWriter tw = new StreamWriter(path, true);
here path is dynamic string generated using:
String path = "C:\\log" + DateTime.Now.ToString("yyyyMMddHHmmssffff") + ".txt";
Now when I run a concurrent user test this fails because many users try to access the same file. Is there a workaround to log the output or a small extracted text from my loadtest to a txt file.
Please help.
Thanks in Advance,
Vaibhav
-
Donnerstag, 28. Oktober 2010 05:04very useful after I used it. Thanks.
-
Mittwoch, 4. Mai 2011 10:01
Hi,
I have run a load test using VSTS 2005 & now to view the detailed results of it in a report format which can be then saved for furture reference.. I cannot find the "Summary " tab on top . Can you please provide a solution?
-
Mittwoch, 4. Mai 2011 11:14
Hi Rick,
i have run a load test & got an output as the one descibed in the link above .Now i want to create a detailed summary report out of it . can you provide a solution for it?
-
Montag, 5. März 2012 09:34VSTS is not good at load test...you should opt for free ware like JMeter.
Vivek Patle

