Can visual studio load test request css, javascripts, images and other files when it run web performance tests?
Can visual studio load test request css, javascripts, images and other files when it
Share
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.
Yes, visual studio requests these static files internally as dependent requests for the main request like .aspx, .html and so on. In the web test there is property called as “ParseDepedentRequest” which should be set to True. This property is responsible for calling all dependent requests.