Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58576

Re: how to load test a web app?

References <1383318196.70904.YahooMailBasic@web163801.mail.gq1.yahoo.com>
Date 2013-11-06 12:56 -0500
Subject Re: how to load test a web app?
From Mike Williams <dmikewilliams@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2085.1383760585.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Fri, Nov 1, 2013 at 11:03 AM, Albert-Jan Roskam <fomcl@yahoo.com> wrote:
 I would like to test the reliability and stability of at least one of them

I am curious whether the program will crash under certain circumstances
> (e.g. multiple users checking code at *exactly* the same moment). What
> approach could I follow here? Though this does not *necessarily* have to
> involve Python, I would prefer this. The way I see it, it would carry out
> certain common usage patterns many times to simulate many users. I thought
> about using mechanize/subprocess, the multimechanize package, or the twill
> package.
>
>
>
Have a look at selenium and sauce labs:

http://www.seleniumhq.org/
https://saucelabs.com/

Mike

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: how to load test a web app? Mike Williams <dmikewilliams@gmail.com> - 2013-11-06 12:56 -0500

csiph-web