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


Groups > comp.lang.python > #58576 > unrolled thread

Re: how to load test a web app?

Started byMike Williams <dmikewilliams@gmail.com>
First post2013-11-06 12:56 -0500
Last post2013-11-06 12:56 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#58576 — Re: how to load test a web app?

FromMike Williams <dmikewilliams@gmail.com>
Date2013-11-06 12:56 -0500
SubjectRe: how to load test a web app?
Message-ID<mailman.2085.1383760585.18130.python-list@python.org>

[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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web