Hi,

> I think the OP is asking for the ability to have more than one
> different user simultaneously logged into the web app.  This
> isn't conventionally feasible.  You can use multiple browsers
> (I've used FireFox, IE, Lynx, and Dillo for testing various users
> at the same time) or possibly even a browser such as FF that
> supports multiple profiles (I don't know if you can start
> multiple profiles simultaneously in FF, and have them keep
> sessions separate).
>
> From a testing framework perspective, you certainly can have
> multiple "users" in your tests.  This is helpful for testing
> concurrency scenarios.  However, this "browsing" is merely
> scripting.  If you're asking for multiple user account logins
> from the same computer, just so you can make testing easy, I
> recommend looking into Django's (and Python's) unit testing
> framework.  This allows you to do this sort of testing in a
> repeatable, automated way.
>
> -tim

Yes, that's what I mean. Thanks again Tim

cheers,
james


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to