A command-line utility called The Script Converter transforms LoadRunner scripts into NeoLoad projects.
Download the tool from here {Neotys Lab}:
Open Command Prompt and enter the following Command:
-source <LR Scripts folder> -target <NeoLoad output directory> -project <NeoLoad Project name
Example:
Windows: .\script-converter.bat -source "C:\LoadRunnerScripts\TestHome" -target "C:\Users\Documents\NeoLoadProjects\TestHome" -project "TestHome"
Linux/OSX: ./script-converter.sh -source "/home/user/LoadRunnerScripts/TestHome" -target "/home/user/NeoLoadProjects/TestHome" -project "TestHome"
NeoLoad output directory - The folder of the created NeoLoad Project
NeoLoad Project name - The name to assign to the NeoLoad project