Collections:
Test Plan Element Tree in JMeter
What is the Test Plan Element Tree in JMeter?
✍: FYIcenter.com
A test plan element tree in JMeter
is a tree diagram of test elements that represents the test plan structure.
Rules to remember when building a test plan tree in JMeter:
Here is a simplest JMeter test plan tree:
Test Plan
|- Thread Group
|- HTTP Request Sampler
Here is a more complex JMeter test plan tree:
Test Plan
|- Summary Report Listener
|- View Results in Table Listener
|- Regular Expression Extractor PostProcessor
|- BeanShell PreProcessor
|- setUp Thread Group
| |- BeanShell Sampler
| |- JDBC Request Sampler
|- Thread Group
| |- BeanShell PreProcessor
| |- Regular Expression Extractor PostProcessor
| |- LDAP Request Sampler
| |- If Controller
| | |- HTTP Request Sampler
| | |- BeanShell PreProcessor
| | |- BeanShell PostProcessor
| |- Loop Controller
| | |- HTTP Request Sampler
| | | |- Regular Expression Extractor PostProcessor
| | |- HTTP Request Sampler
| | | |- Regular Expression Extractor PostProcessor
| | |- HTTP Request Sampler
| | |- Regular Expression Extractor PostProcessor
| |- SMTP Request Sampler
|- tearDown Thread Group
|- BeanShell Sampler
|- JDBC Request Sampler
⇒ JMeter Execution Order - General Rules
⇐ Types of Test Elements Supported in JMeter
2018-08-06, 2650🔥, 0💬
Popular Posts:
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environme...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...