Table of Contents
NeoLoad can run a test from the command line, either with or without the GUI.
The syntax is:
NeoLoadCmd [-noGUI] [-project ProjectFile] [-launch ScenarioName] [-report file]
Where:
project: specifies the project file(*.nlp) to
be opened,
launch: specifies the scenario to launch in
the project.
report: [optional] automatically generates a
report when the test is completed. The file extension specifies the
generated report's format; use ".html",".pdf" or ".xml".
noGUI: [optional] runs NeoLoad without the
GUI
help: displays help on the command
line.
Example:
NeoLoadCmd -project projects/myProject.nlp -launch myScenario -noGUI