Aren't following two sufficient in HTTP Request sampler. - Connection Timeout. Number of milliseconds to wait for a connection to open. - Response Timeout. Number of milliseconds to wait for a response.
Regards, Manish kPoint wins *Global eLearning Award<http://www.kpoint.com/kpoint-wins-learntech-global-e-learning-award/> * in “Learning Technologies Solution”! On Mon, Jul 15, 2013 at 6:24 AM, Steve Howard <[email protected]>wrote: > 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 >
