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. 回答1: 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