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, 1895🔥, 0💬
Popular Posts:
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to generate user full names? Test user names are frequently needed in testing applications that ...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...