"Microsoft Visual Studio Team System 2008 Test Edition"
# You have a "Archive Zip File" (.saz) that someone has recorded.
# Open the .saz file up in Fiddler2
"File > Load Archive..."
# Now save the file as a Visual Studio Web Test. First highlight all the lines in the Web Sessions pane of fiddler then click:
"File > Save > Session(s) > as Visual Studio Web Test"
# I have called the sample file "BlogTest.webtest"
# If you get the following error:
"One or more plugins returned an error, but the remaining plugins executed and the Web Test was written.
Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=8.0.0.0,... "image
# It is because the Fidder2 plugins are expecting Visual Studio 2005. To get around this:
* goto the Fiddler2 install folder
* open "fiddler.exe.config"
* paste the following code over the existing xml that's in the config file:
culture="Neutral" />
Ref: http://iguanagears.blogspot.com/2008/07/webtesting-fiddler-visual-studio-2008.html
0 comments:
Post a Comment