filmov
tv
JMeter Beginner Tutorial 9 - How to run jmeter from Command Line (non GUI mode)
Показать описание
How to run jmeter from Command Line (non GUI mode)
Why to execute non-gui mode ?
-gui - consumes more resources / memory
-gui - not recommended for heavy load testing
-command line - can be integrated with other systems -Jenkins/CI …
Step 1 : Goto command line - goto jmeter - bin
Step 2 : Command :
jmeter -n -t (location of your jmeter test script) -l (location of the result file)
-n - non gui mode
-t - location of jmeter script
-l - location of result file
jmeter -h - to get help on jmeter commands
jmeter -? - to get information on jmeter command options
_______ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ Follow ------------
NeverStopLearning
Raghav
Why to execute non-gui mode ?
-gui - consumes more resources / memory
-gui - not recommended for heavy load testing
-command line - can be integrated with other systems -Jenkins/CI …
Step 1 : Goto command line - goto jmeter - bin
Step 2 : Command :
jmeter -n -t (location of your jmeter test script) -l (location of the result file)
-n - non gui mode
-t - location of jmeter script
-l - location of result file
jmeter -h - to get help on jmeter commands
jmeter -? - to get information on jmeter command options
_______ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ Follow ------------
NeverStopLearning
Raghav
Комментарии