<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">The perfect project plan is possible if one first documents a list of all the unknowns</title><subtitle type="html" /><id>http://blogs.msdn.com/amitjha/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/amitjha/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/amitjha/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-05-22T16:25:00Z</updated><entry><title>Fiddler and VSTS</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/amitjha/archive/2007/05/22/fiddler-and-vsts.aspx" /><id>http://blogs.msdn.com/amitjha/archive/2007/05/22/fiddler-and-vsts.aspx</id><published>2007-05-23T02:25:00Z</published><updated>2007-05-23T02:25:00Z</updated><content type="html">&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I had requirement of having to do load test for list of our webservices and&amp;nbsp;find out the pain points in the web methods. I had a day to come to the conclusion to develop the load test and simulate the actual environment scenario.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I identified the task as &amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;1) Writing the test with the similar soap envelope&lt;/P&gt;
&lt;P mce_keep="true"&gt;2) The webmethods do not take simple primitive data type, they all take typed datasets.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I came across fiddler which is a pretty neat tool to capture HTTP traffic, &lt;A href="http://www.fiddlertool.com/fiddler/version.asp"&gt;http://www.fiddlertool.com/fiddler/version.asp&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;VSTS Test suite gives us the WebTest and the Load test types. The best part of fiddler now is that it has a addin that can directly give you a .WEBTEST created that you could include in the VSTS test project. Awesome right ?&lt;/P&gt;
&lt;DIV&gt;&lt;FONT face="Geneva, Arial, Sans-serif"&gt;Steps&lt;/FONT&gt;&lt;/DIV&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face="Geneva, Arial, Sans-serif"&gt;Record a script with fiddler&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face="Geneva, Arial, Sans-serif"&gt;Save sessions: File &amp;gt; Save &amp;gt; Sessions &amp;gt; as Visual Studio Web Test...&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face="Geneva, Arial, Sans-serif"&gt;Create a .loadtest including the .webtest created by fiddler&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face="Geneva, Arial, Sans-serif"&gt;Run the .loadtest&lt;/FONT&gt; &lt;/LI&gt;&amp;nbsp;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;Now the outcome is pretty fast, The customizations would be needed for changing the values for the input parameters. But still it gave excellent productive outcome within no time....&lt;/P&gt;
&lt;P mce_keep="true"&gt;-Amit&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2802684" width="1" height="1"&gt;</content><author><name>AmitJha</name><uri>http://blogs.msdn.com/members/AmitJha.aspx</uri></author><category term="VSTS" scheme="http://blogs.msdn.com/amitjha/archive/tags/VSTS/default.aspx" /></entry></feed>