Performance Testing of AJAX calls via JMeter
I am doing performance testing for an application that has AJAX calls. I am able to record the same requests but unable to execute them. Can anyone help me in execute the AJAX requests, please? Do I need to use any extra plugin for this? If yes, what are they and how to I use them. I'm not aware of any existing plugins which are capable of handling AJAX calls. Technically AJAX requests are basic HTTP Requests but they need to be executed in parallel using one extra thread per call. For the moment it is not possible to have nested thread groups in JMeter so you'll have to do some extra coding