Mike_G
Mike_G

Reputation: 16502

Simulating browser traffic for Windows

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

Answers (1)

keyboardP
keyboardP

Reputation: 69362

You could give Selenium or WatiN a try.

Upvotes: 3

Related Questions