You just need to configure the 'Optional Tasks' at the bottom of the HTTP Request sampler. Check 'Retrieve all embedded resources from HTML files' and 'Use concurrent pool'.
In regards to the (often asked) ajax question, there's a good write up here: http://theworkaholic.blogspot.co.uk/2010/11/jmeter-and-ajax-part-i.html But I would stress again, do you really need to do this? Most implementations of ajax can be tested perfectly well with sequential requests, in fact most ajax calls are already sequential, it's normally only on page load that you might get multiple calls in parallel and even then, does it make any difference if they are not? In most cases it won't but you will have to decide for your own situation. On 16 Apr 2012, at 20:54, testerinCO wrote: > Hello Oliver > > thanks for the explanation. I already installed jmeter 2.6. Do I need to > configure the pool of connections to take advantage of the concurrency? > Could you also guide me in the right direction to simulate multiple > asyncronous ajax calls. > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Simulate-concurrency-of-a-browser-tp5644160p5644818.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
