<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Load Testing Web Services with Unit Tests</title><link>http://blogs.msdn.com/slumley/archive/2006/04/14/load-testing-web-services-with-unit-tests.aspx</link><description>Here is an article which describes how to load test web services with unit tests: http://blogs.msdn.com/slumley/pages/load-testing-web-services-with-unit-tests.aspx</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Load Testing Web Services with Unit Tests</title><link>http://blogs.msdn.com/slumley/archive/2006/04/14/load-testing-web-services-with-unit-tests.aspx#604403</link><pubDate>Tue, 23 May 2006 07:24:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:604403</guid><dc:creator>snotman</dc:creator><description>Hi Sean,&lt;br&gt;&lt;br&gt;Thanks for the tip.&lt;br&gt;How come the transactions don't work with a data driven unit test? &amp;nbsp;&lt;br&gt;Where else can I get more information on textContext properties that are useful in load tests?</description></item><item><title>re: Load Testing Web Services with Unit Tests</title><link>http://blogs.msdn.com/slumley/archive/2006/04/14/load-testing-web-services-with-unit-tests.aspx#875896</link><pubDate>Thu, 26 Oct 2006 15:47:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:875896</guid><dc:creator>jamshidmf</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt; &amp;nbsp;If i need to iterate through a datapool at the load test level how do i do it ? &lt;/p&gt;
&lt;p&gt;More explanation: &lt;/p&gt;
&lt;p&gt; &amp;nbsp;I have one webservice to test with multiple data, i found out options to iterate at unit test level but not at load test level. any help is appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jamshid.&lt;/p&gt;
</description></item><item><title>re: Load Testing Web Services with Unit Tests</title><link>http://blogs.msdn.com/slumley/archive/2006/04/14/load-testing-web-services-with-unit-tests.aspx#929533</link><pubDate>Thu, 02 Nov 2006 14:18:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:929533</guid><dc:creator>jamshidmf</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt; &amp;nbsp;For the following code, i am not seeing the timers in the test result, is there any specific option i should set to see the transactions ? &lt;/p&gt;
&lt;p&gt; &amp;nbsp; TestContext testContextInstance1;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public TestContext TestContext&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;get { return testContextInstance1; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;set { testContextInstance1 = value; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; string Response = string.Empty;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;try&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//Get the response.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TestContext.BeginTimer(&amp;quot;ARR&amp;quot;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Response = realtimeProxyObject.SubmitRequest(request, out duration);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TestContext.EndTimer(&amp;quot;ARR&amp;quot;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
</description></item></channel></rss>