DCSIMG
Testing,Team System,Fiddler - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Testing » Team System » Fiddler (RSS)
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One Teched Israel 2010 is going to happen next month in Eilat between the 28-30 of November. On this Teched I’ll have the pleasure to present a session about Applied Software Testing with Visual Studio 2010 In this session I’ll demonstrate how to use the following: Microsoft Test Manager – Fast Forward Automation Web Performance Testing Load Testing Coded UI Testing Why? So YOU can do Automatic and Load Testing by yourself!...
How To Add File Upload To Team System Web Test
How To Add File Upload To Team System Web Test May times people asks me how can I Upload File with Web Test, The first thing is to record the Web Test using “Web Test Recorder” or Fiddler. But when running the Web Test its fails in the Upload section. Why? Before understanding the problem let get familiar with “File Upload Parameter”     Right click on the required request and select “Add File Upload Parameter” Then you can add the field name and the file location. So why file...
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...