How can I monitor the the requests visual studio makes during load test?
fiddler didn’t help and I don’t see a proper vs window to do it? I want to snip all the requests and responses.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual Studio requires that you manually configure a proxy for a WebTest. Follow these instructions to set the proxy for your test: http://msdn.microsoft.com/en-us/library/ff400220.aspx. By default, Fiddler runs on
http://127.0.0.1:8888.Note that you will want to keep Fiddler minimized while running the load test to help minimize the cost of updating the UI while the test is running.