For example, start from command line with -noGUI, exit but continue running in the background so automation script can continue.
Hello Christa,
On Linux, you can start Neolaod with -noGUI argument. Then you hit Ctrl+Z to pause the process and you type bg to put the process in background.
Whenever you want to access the process you type fg.
On windows, there must be something as I mentionned above.
Best Regards,
Fousseyni B.
I solved the issue using nohup:
nohup ./NeoLoadCmd.exe -project 'path_to_project.nlp' -launch 'scenario1' -exit -description 'description' -testResultName 'resultName' &