Hi All, We have an ecommerce application in which we have observed user behavior that involves repeatedly refreshing the cart page. The slower the application becomes, the more frustrated the shopper becomes, and they repeatedly hit the F5 browser reload key, each creating a separate request to the application server.
Using JMeter, we would like to test this scenario with various fixes we have planned. We can't find a way to repeatedly submit the same HTTP sampler request, without waiting for the previous one to complete. In straight java, we would simply create threads for each request and submit them. Ideally, JMeter would have a RepeatingRequestController with parameter such as: URL - As it sounds RepeatCount - How many times to request the URL RepeatInterval -default, -1, which means continuous. Two seconds would wait at least two seconds between each request, etc. Is this possible out of the box? We have actually discussed writing a plugin to do this if this is not OOTB functionality. Thanks, Steve
