Unanswered question

Is there a way to start Neoload to run in the background?

For example, start from command line with -noGUI, exit but continue running in the background so automation script can continue.

Christa R.
Christa R.

Christa R.

Level
0
11 / 100
points

Answers

Fousseyni B.
Fousseyni B.

Fousseyni B.

Level
2
1014 / 2000
points

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.

Christa R.
Christa R.

Christa R.

Level
0
11 / 100
points

I solved the issue using nohup:
nohup ./NeoLoadCmd.exe -project 'path_to_project.nlp' -launch 'scenario1' -exit -description 'description' -testResultName 'resultName' &