So what can I say compared to loadrunner is JMeter a better choice to go for Ajax applications or not ? Does both have the same strategy to handle the Ajax requests? Or the JMeter effort and constraints are more?
Regards Sangeetha M -----Original Message----- From: Felix Frank [mailto:[email protected]] Sent: Wednesday, October 13, 2010 5:19 PM To: JMeter Users List Subject: Re: Jmeter with ajax applications > I have seen in the archive lists it says JMeter can record Ajax > application using http proxy server. But my doubt are > > 1. " whether JMeter is able to simulate the asynchronous requests which > inherently meant browser just sends the request in pipeline/parallel > without waiting for the response from the server?" Jmeter will make all requests serially. Depending on your application, this may not be correct at all. > 2. Jmeter can simulate clientside "JavaScript's"? A recorded plan will behave just as the client scripts behaved *during recording*. In many cases, you will want to rebuild the client side logic in the Jmeter test plan, but the recorded plan cannot do this for you. You have to do this yourself, using PostProcessors mainly, like RegexExtractor. > 3. How it will simulate the frequency at which the Ajax request is sent > ? You choose the frequency at which Jmeter operates. If you don't insert timers, Jmeter will use the highest frequency it can come up with (i.e., send each request as soon as the previous one is complete). HTH, Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Information transmitted by this e-mail is proprietary to MphasiS, its associated companies and/ or its customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at [email protected] and delete this mail from your records. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

