Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first step you want to do with every JMeter Test Plan is to add a Thread Group element. The Thread Group tells JMeter the number of users you want to simulate, how often the users should send requests, and the how many requests they should send.

Wiki Markup
Go ahead and add the \[wiki:Self:UserManual/Reference/ThreadGroup: ThreadGroup\] element by first selecting the Test Plan, clicking your right mouse button to get the Add menu, and then select Add-
->ThreadGroup. You should now see the Thread Group element under Test Plan. If you do not see the element, then "expand" the Test Plan tree by clicking on the Test Plan
\->\[wiki:Self:UserManual/Reference/ThreadGroup: ThreadGroup\]. You should now see the Thread Group element under Test Plan. If you do not see the element, then "expand" the Test Plan tree by clicking on the Test Plan element.

http://jakarta.apache.org/jmeter/images/screenshots/ldaptest/threadgroup.png BR
Figure 9.1. Thread Group with Default Values

...