I have an AJAX application in which I recorded a scenario consisting of 6 clicks using a commercial load testing tool. Now I would like to test the same scenario in JMeter and compare results. The problem I have is that I cannot record it.
First, I tried to record with JMeter proxy recorder. However the application breaks after 3-rd clicks. It looks like JMeter proxy is causing it. Then I tried to record it with Blazemeter Chrome add-in. However it seems that some AJAX requests were not captured, but are necessary to be part of the load test. Finally, I used Fiddler to capture the entire scenario, saved the requests as HAR file, and then used Blazemeter converter to convert the HAR file to JMX. The problem with this approach is that while now I have all requests, some POST request bodies that are in HAR file are not in JMX.
Is there any other way to record or import test scenario into Jmeter without losing request information? Any recommendations what else should I check would be greatly appreciated.