Ruby Forum RSpec > user stories for load testing?

Posted by Rick Lee-Morlang (Guest)
on 14.05.2008 01:52
(Received via mailing list)
Hi all,

We've recently been kicking around different ideas for simulating user
behaviour for the purposes of load testing our backend. We hit on the
idea of having user stories do double duty for both verifying behaviour
and (if selected stories were driven en-masse by a distributed network
of clients) for application load testing.

I googled around a bit and didn't find anything relevant. Anyone have
any thoughts/pointers as to the usefulness and feasibility of this
approach, or does anyone have any pointers to complementary
tools/plugins? I was imagining something like webrat-over-HTTP and a drb
wrapper.

Thanks,
Rick
Posted by Bryan Helmkamp (Guest)
on 14.05.2008 19:43
(Received via mailing list)
Hi Rick,

We're very interested in doing this at weplay (where I work). I've
started refactoring webrat to support pluggable adapters, which I see
being Rails, Merb (coming soon), and (most relevant to this)
WWW::Mechanize.

So far I just have it able to make HTTP requests, but there seem to be
some issues. You can see what I've got at:

http://github.com/brynary/webrat

Would be interested if others are interested in exploring this, what
their ideal usage might be, etc.

Cheers,

-Bryan

On Tue, May 13, 2008 at 7:48 PM, Rick Lee-Morlang