Collections:
Types of Test Elements Supported in JMeter
What are different types of test elements supported in JMeter?
✍: FYIcenter.com
Currently, JMeter supports the following types of test elements:
1. Test Plan - Test plans are the top level container elements in JMeter. A test plan can hold "Thread Group" elements and other non-Sampler elements.
2. Thread Group - Thread groups are the second level container elements in JMeter. A thread group can hold Sampler elements and other non-Sampler elements
3. Sampler - Samplers are primary test elements that performs specific test actions like sending a HTTP request to a remote serve,
4. Listener - Listeners are supporting elements that gather different kinds of information while samplers are executed.
5. Assertion - Assertions are supporting elements that verify sampler results to determine if test targets behave correctly or not.
6. Pre-Processor - Pre-Processors are supporting elements that are executed prior to executions of samplers.
7. Post-Processor - Post-Processors are supporting elements that are execute after executions of samplers.
8. Configuration - Configurations are supporting elements that provide help to samplers.
9. Timer - Timers are special elements that controls the idle time between execution of subsequent samplers.
10. Controller - Controllers are logical containers that groups samplers into logical execution patterns.
⇒ Test Plan Element Tree in JMeter
⇐ What Are Test Elements in JMeter
2018-01-27, 1755🔥, 0💬
Popular Posts:
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...
How to generate MAC addresses? To help you to obtain some MAC addresses for testing purpose, FYIcent...