Overview of the Load Test Analyzer
-
2006년 11월 14일 화요일 오후 4:15중재자
The following article provides an overview of the Load Test Analyzer.
http://msdn2.microsoft.com/en-us/library/aa730850(vs.80).aspx
모든 응답
-
2008년 4월 19일 토요일 오전 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
-
2010년 4월 28일 수요일 오전 4:36I have written an updated version of this for Visual Studio Ultimate 2010: http://msdn.microsoft.com/en-us/library/ms404677.aspx
-
2010년 6월 11일 금요일 오후 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. -
2010년 8월 3일 화요일 오후 2: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
-
2010년 10월 28일 목요일 오전 5:04very useful after I used it. Thanks.
-
2011년 5월 4일 수요일 오전 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?
-
2011년 5월 4일 수요일 오전 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?
-
2012년 3월 5일 월요일 오전 9:34VSTS is not good at load test...you should opt for free ware like JMeter.
Vivek Patle

