You might look at webunit. I've used them for some stress tests of web pages, but nothing with HTTPS or authentication.

http://mechanicalcat.net/tech/webunit/

-winston


On Dec 14, 2004, at 12:02 PM, Joe Pasko wrote:

Hi Everyone,

I've just written my first real app in webware and would now like to
stress test the authentication system.

I'm currently having the SecurePage make ldap queries via a
popen (Can't install the python ldap libs on the destination box)

The reason I'd like to stress test the auth mechanism: Early in the
development I cored Webware while logging in.

I was parsing the output of
os.popen( query ).readlines(), which is the version of my code that cored.

I've changed my ldap query code to use:

I = os.popen( query )
raw = I.readlines()
I.close

Which has not cored yet, but it's been lightly used (Just by me).

What I'd like to do is make multiple parallel requests to the
authentication page with a few dummy usernames and passwords I could
stuff into the ldap database.

Does someone already have this cooked up somewhere, and would they be
willing to share?

I'd really like to make sure this is solid before I send this app out
for general consumption.

Thanks,

fptt


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

_________________________________________
winston wolff - (646) 827-2242 - www.stratolab.com - learning by creating

Reply via email to