Reputation: 16502
I have a few scripts that make calls to a webservice. These scripts are inserted in to a web page via an IHttpHandler. Idealy, i would like to simulate a bunch of people requesting the page, downloading the script and run any ajax request while the browser session is alive. I havent been able to find any tools that actually run the javascript after its been downloaded. Are there any tools that do this? Are there any tools I can use that simulate a request that dont require Java?
Upvotes: 1
Views: 401