Search code examples
javajmeterneoload

converting Neoload script to Jmeter script


Is there a possibility of converting the Neoload script to the Jmeter script? If yes, then how?

I have solutions for other performance testing tools to Jmeter, but not for Neoload to Jmeter.


Solution

  • You could just use JMeter's HTTP(S) Test Script Recorder as a proxy for the Neoload.

    Given you:

    when you replay your test scenario in Neoload JMeter will capture the requests and generate appropriate HTTP Request samplers and HTTP Header Managers.

    You will need to perform correlation manually however. If your Neoload script has a lot of dynamic values you might want to use BlazeMeter Proxy Recorder instead of JMeter's HTTP(S) Test Script Recorder, it has possibility to export recorded scripts in "SmartJMX" mode with automatic detection and correlation of the dynamic parameters.