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, 1876🔥, 0💬
Popular Posts:
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...
How to validate Mod 10 (Luhn Algorithm) checksum? In order to help your programming or testing tasks...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...