Hi, That's true, as far as I remember, Load Runner has concurrency groups but I am not sure if you can control the number of threads you wanna simulate, like JMeter allows you to (which is different on every browser and may give you different results with different number of threads).
So yeah, JMeter supports loading resources in parallel. For AJAX calls - you currently cannot make them concurrent with JMeter and I guess it would be a good idea to have some kind of concurrent controller to allow few samplers to run in parallel (something like how the sub-samples are currently triggered). To be honest - I usually separate each AJAX call into different Transaction Controller / or just as it is, because I wanna know when I have slow responding AJAX service and tackle it. Hope it helps, Shmuel. On Mon, Apr 16, 2012 at 6:57 PM, oliver lloyd <[email protected]>wrote: > Yes, everything depends on something, but you could also more usefully say > that the latest version of JMeter now supports concurrent requests of > embedded resources (via a pool of connections) thus simulating a more > realistic load then previous versions that made request synchronously. So > that would make your engineers a little bit out of date. > > Now, if you want to simulate multiple ajax calls then this would need a > little more effort. But you want to be sure that you really need to do > this, do you? > > On 16 Apr 2012, at 16:39, Shaba K wrote: > > > It all depends on how you design your tests ... > > > > On Mon, Apr 16, 2012 at 4:29 PM, testerinCO <[email protected]> > wrote: > > > >> Does jmeter support loading several images, resources or making several > >> AJAX > >> style requests concurrently. Basically, can jmeter simulate the > >> concurrency > >> of a browser. Some of the Loadrunner test engineer claim LR supports > it, > >> but jmeter doesn't. Can you elaborate? > >> > >> thanks > >> > >> -- > >> View this message in context: > >> > http://jmeter.512774.n5.nabble.com/Simulate-concurrency-of-a-browser-tp5644160p5644160.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] > >
