Recording Web Test Using Fiddler
Recording Web Test Using Fiddler
Some times Web Test Recorder can't catch all the information we need for our Web Test.
For this problem we can use Fiddler to catch all the information we need.
First Download Fiddler 2
After Fiddler is open and in capture state you can open Internet Explorer and start recording your web Test.

After you finish the recording save the desire requests as Visual Studio Web Test.
After saving your Web Test, open Visual Studio and add into your test project the Web Test.
