> 1. Simulate user interaction with a web site
> 2. Handle ASP.NET forms authentication login
Have a look
HtmlUnit: http://htmlunit.sourceforge.net
HttpUnit: http://httpunit.sourceforge.net
JWebUnit: http://jwebunit.sourceforge.net
All are written in Java but can be used for any "website".
> 3. Make random web service calls (and hopefully is compatible with WSE)?
What do you mean by "random web service calls"?

Signature
Cheers,
Gaurav Vaish
www.mastergaurav.com
www.edujini-labs.com
-------------------------------
Spam Catcher - 23 Oct 2007 17:24 GMT
"MasterGaurav \(www.edujini-labs.com\)"
<gaurav.vaish.nospam@nospam.gmail.com> wrote in news:uQnfm#TFIHA.2268
@TK2MSFTNGP02.phx.gbl:
>> 3. Make random web service calls (and hopefully is compatible with WSE)?
>
> What do you mean by "random web service calls"?
Something that can load-test web service calls.
Basically submit random parameters (if possible) to a web service and track
it's response times, etc. under load.