Apache JMeter - User's Manual - Building A Test Plan-3
Apache JMeter - User's Manual - Building A Test Plan-3
html
Foundation Any element in the test tree will present controls in JMeter's right-hand
frame. These controls allow you to configure the behavior of that
ASF particular test element. What can be configured for an element depends on
Sponsorship what type of element it is.
Thanks
The Test Tree itself can be
manipulated by dragging and
dropping components around the
test tree.
Although it is not required, we recommend that you save the Test Plan to a
file before running it. To save the Test Plan, select "Save" or "Save Test
Plan As ..." from the File menu (with the latest release, it is no longer
necessary to select the Test Plan element first).
1 of 3 9/3/2013 12:38 AM
Apache JMeter - User's Manual: Building a Test Plan http://jmeter.apache.org/usermanual/build-test-plan.html
To run your test plan, choose "Start" (Control + r) from the "Run" menu
item. When JMeter is running, it shows a small green box at the right hand
end of the section just under the menu bar. You can also check the "Run"
menu. If "Start" is disabled, and "Stop" is enabled, then JMeter is running
your test plan (or, at least, it thinks it is).
The numbers to the left of the green box are the number of active threads /
total number of threads. These only apply to a locally run test; they do not
include any threads started on remote systems when using client-server
mode.
There are two types of stop command available from the menu:
2 of 3 9/3/2013 12:38 AM
Apache JMeter - User's Manual: Building a Test Plan http://jmeter.apache.org/usermanual/build-test-plan.html
JMeter reports warnings and errors to the jmeter.log file, as well as some
information on the test run itself. Just occasionally there may be some
errors that JMeter is unable to trap and log; these will appear on the
command console. If a test is not behaving as you expect, please check
the log file in case any errors have been reported (e.g. perhaps a syntax
error in a function call).
Sampling errors (e.g. HTTP 404 - file not found) are not normally reported
in the log file. Instead these are stored as attributes of the sample result.
The status of a sample result can be seen in the various different Listeners.
3 of 3 9/3/2013 12:38 AM