Hi, I am new to JMeter, and have spent a good deal of time over the past few days getting used to it. Currently I am trying to create a test plan to have HTTP Requests to several pages such that each request is to a different page randomly based on a weight. I know I could do this using the Throughput Controller, but there are so many possibilities that it is not feasible to create individual HTTP Request nodes for each page. With The Grinder I could do this by setting

grinder.plugin.parameter.stringBean=URLSelectorStringBean  and then
grinder.test0.parameter.url=.../<getURL>

where getURL is a function in the Java Class URLSelectorStringBean that returns a random string of the page name from my list of pages based on a weighting schema.

Any suggestions about how to accomplish this easily with JMeter would be greatly appreciated.

Thanks,
Josh

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

Reply via email to