SyntaxFix
Write A Post
Hire A Developer
Questions
Running JMeter in command line mode:
1.Navigate to JMeter’s bin directory
Now enter following command,
jmeter -n –t test.jmx
-n: specifies JMeter is to run in non-gui mode -t: specifies name of JMX file that contains the Test Plan
-n: specifies JMeter is to run in non-gui mode
-t: specifies name of JMX file that contains the Test Plan