Interview Questions

how to use NON-GUI for Load Test ?

Apache JMeter FAQ


(Continued from previous question...)

how to use NON-GUI for Load Test ?

JMeter has 2 modes:
* GUI mode is for creating the test plan, checking it, debuging it BUT NOT FOR MASSIVE LOAD TEST . AWT Event Thread will disrupt your Load Test.
* NON-GUI mode is for massive load testing, it is as simple as:

<JMETER_HOME>/bin/jmeter -t <Path to Test Plan> -n -l /results.csv

(Continued on next question...)

Other Interview Questions