How to run NeoLoad test run using command line?

Cristiano

Member
I’m learning performance testing and want to know how to run NeoLoad test run using command line. I need this for automation and CI/CD integration. Please explain the required commands and prerequisites. Examples would be very helpful for beginners.
 
In order to execute a NeoLoad test in a command line the following command can be used:
  1. Go into the NeoLoad bin.
  2. To execute the NeoLoadCmd command the following syntax may be used: NeoLoadCmd -project [path to nlp] -launch [scenario name] -noGIU
  3. leave out -report [path.html] to manually generate results.
 
Just set up the test once in NeoLoad, then run it from the terminal using neoload run --project "MyProject" --scenario "MyScenario", it’s simple and works great for CI/CD once you try it
 
Back
Top