visual studio - Load tests and content files -
can visual studio load test request css, javascripts, images , other files when run web performance tests?
yes, visual studio requests these static files internally dependent requests main request .aspx, .html , on. in web test there property called "parsedepedentrequest" should set true. property responsible calling dependent requests.
Comments
Post a Comment