grinder

Simulating high latency / intermittent network connections

I'm load testing a network application using The Grinder (on a Windows PC) and I wish to simulate imperfect network conditions in order to see what effect is has on the application load, in particular I'd like to see the effect of: Variable network latency, so not only do different clients have different latency, but also latency may v...

Jython/Grinder/Grinderstone: self arg can't be coerced to net.grinder.plugin.http.HTTPUtilities

A grinder script i have been building out for the past few days has been working pretty well up until just now. I am getting a runtime error initially saying: self.token___LASTFOCUS = HTTPUtilities.valueFromHiddenInput('__LASTFOCUS') TypeError: valueFromHiddenInput(): expected 2-3 args; got 1 so i added [another arg][1], so...

Integration Selenium with either Jmeter or the Grinder.

I've been trying to evaluate load and perfomance test tools and i think i might either go with Jmeter or The Grinder. I am struggling to choose between the two and hoping that someone here can help. I am currently using selenium to run functional tests of the web application and i now need to include load testing as part of the batch ...