Overview of the Load Test Analyzer
-
14. listopadu 2006 16:15Moderátor
The following article provides an overview of the Load Test Analyzer.
http://msdn2.microsoft.com/en-us/library/aa730850(vs.80).aspx
Všechny reakce
-
19. dubna 2008 9: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
-
28. dubna 2010 4:36I have written an updated version of this for Visual Studio Ultimate 2010: http://msdn.microsoft.com/en-us/library/ms404677.aspx
-
11. června 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. -
3. srpna 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
-
28. října 2010 5:04very useful after I used it. Thanks.
-
4. května 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?
-
4. května 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?
-
5. března 2012 9:34VSTS is not good at load test...you should opt for free ware like JMeter.
Vivek Patle