Like you have provided AI skill to migrate from Jmeter to Gatling. Anybody working on same for Neoload migration? I tried but the skills were not effective.
Can Neoload tests be exported in a documented format?
It’s not possible to export Neoload into documented format. They have complicated folder structure where correlations and other parameters are stored with encoding in xml files. All the decoding happens on Neoload IDE while opening the project.
Also, I’m currently working on Copilot skills where the scenario is executed using NeoLoad, with the Gatling Recorder configured as a proxy so that all requests pass through the Gatling Recorder.
This approach allows me to generate a vanilla Gatling script, which I can then process using another skill to convert it into our framework-specific structure.
However, before proceeding further, I wanted to check whether we already have an existing skill that can directly migrate a NeoLoad script to Gatling, eliminating the need for the intermediate recording and conversion steps.
However, before proceeding further, I wanted to check whether we already have an existing skill that can directly migrate a NeoLoad script to Gatling , eliminating the need for the intermediate recording and conversion steps.
There is none. As NeoLoad scripts are obfuscated, I don’t think there’s a way to train a LLM.