Re: Recommended Web Service + ASP.NET Load Test Tools?



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"?


--
Cheers,
Gaurav Vaish
www.mastergaurav.com
www.edujini-labs.com
-------------------------------


.



Relevant Pages

  • Re: HtmlUnit
    ... in my R&D I came across HtmlUnit ... Samie, Pamie, Watir, JSUnit, Selenium, and HttpUnit are its competition, ... HtmlUnit, IIRC, only reads HTML. ... It mocks a web browser, ...
    (comp.software.testing)
  • Re: HtmlUnit
    ... > Recently I have been working with Junit and HttpUnit. ... limited and needed to drop down to using rhino and httpunit. ... Someone else at my site suggested htmlunit. ... darrell dot grainger at utoronto dot ca ...
    (comp.software.testing)
  • HtmlUnit (or HttpUnit) - Javascript and iFrames
    ... I am wondering if anyone has experience working with js and iframes in ... httpunit or htmlunit? ... The application I am working with has multiple iframes that get loaded ... I am wondering how difficult it is to do simple js calls from httpUnit ...
    (comp.software.testing)
  • HtmlUnit - handling client side redirect
    ... Below I have posted some examples of both successfully handling client ... Client side redirect indicated by: ... Handled in HttpUnit like such: ... Attempting to perform same actions in HtmlUnit: ...
    (comp.software.testing)
  • Re: Java application write to http online
    ... I want to know how can I create program by java that can connect to web ... site and write in textfield and do action ... HttpUnit or JWebUnit should be able to do that. ... frameworks so you should no problem finding tutorials and examples.. ...
    (comp.lang.java.help)