Hello, everyone.

I just downloaded JMeter to performance test a web application we're
developing, and have found the documentation to be depressingly sparse.  Let
me explain what I want to accomplish, and maybe someone will know how to
make it work. :)

I want each thread in jmeter to simulate a typical use case.  That is, each
one should log into the webapp, submit some search requests, view the
results, and then log out.

What I've done so far:
I've managed to make JMeter successfully GET the login page, but I'm not
certain how to do the rest.  

I have a constant timer
I have the grapher visualizer (Works fine)
I have a Web Testing controller

The Web Testing controller has a URL sampler.  URL Samplers confuse me.
First of all, because their interface doesn't match up with the description
in the docs at docs/httpsamplercontroller.html.

It's also not clear to me what the name-value pairs are supposed to do.  The
docs imply that they can be used for POST requests, but not how I'm supposed
to name things.  Is it according to HTML tag name?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to